xyzzy —
Hi all! I am a web developer primarily, but I feel like this is the right place to talk about my l…
Raspberry Pi and Arduino might come up if you work with early prototyping, because medical compani…
You're right. Changing the width and height from to fix it. I can still keep the x and y to CW_U…
You can use the style to remove all decoration and set the size to the screen size to get a fulls…
It doesn't work. Here's my code: // Some place else RECT clientRect; GetClientRect(window, &clien…
Can the CreateWindow create a fullscreen window? If it can then what parameter should I pass in? I…
You need to use . You give it the desired size and position (the ) and it will give you the to us…
The CreateWindow function creates a window with a size equal to the drawable area and the little h…
Miles —
I'm starting up on devlog videos again after a long hiatus. In this one, I show off all the featur…
EDIT: There was a custom layer dll at the root of the hard drive (from a previous build where the…
Sokus —
Okay, I played with it a bit more and works just as the original, I created a jump list and used …
Sokus —
My file structure looks like this: I tried what you said - I checked whether is listed, deleted …
What is the structure of your 4coder folder and custom code folder. I tried to compile your code, …
Sokus —
The command lister did list , although it surprised me it was already bound to a key. Unfortunatel…
Also depending on what you want to do, 4coder provides some function to draw things. Look into .
If you use the command lister (default is ) does it list a keybinding for ? Are you sure both fun…
Sokus —
Custom command I created got assigned to a key without me specifying it. I am trying to get new fu…
Using glfw or any other library does not require anything special in 4coder. As long as you have y…
Riana —
I don't have to use Cmake. I just want to be able to say #include .
The preferred way of compiling the custom layer is to use the script files in the folder. If you …
Riana —
I have just started using 4coder today and I want to know how I could set it up to work with Cmake…
spx —
Never mind, it seems that either I have misread the release date or it has been postponed and I h…
But making an ISA for gpu and cpu would only solve the first one, it wouldn't help other hardware …
you don't talk to gpus directly, instead you talk to the gpu driver through a standardized API the…
I've just watched "" and there's something that I haven't understand:Games only need to talk with …
wakame —
Thank you very much for answering such a noob question!
Visual Studio does not care about Intel vs AMD cpu. Its debugger will run exactly the same on any …
wakame —
Hi, I'm not sure if this is the right place to ask, but I'm planning to buy a new PC, and I'm thin…
nakst —
Let me try and explain what the problem is with treating 3D vectors as rotations... So, a rotatio…
As ratchetfreak said, if VirtualAlloc fails you can't do anything. You could print a message to th…