We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
longtran2904
Can the CreateWindow create a fullscreen window? If it can then what parameter should I pass in? I…
»
Simon Anciaux
You need to use . You give it the desired size and position (the ) and it will give you the to us…
»
longtran2904
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…
»
Simon Anciaux
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 …
»
Simon Anciaux
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…
»
Simon Anciaux
Also depending on what you want to do, 4coder provides some function to draw things. Look into .
»
Simon Anciaux
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…
»
Mārtiņš Možeiko
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 .
»
Simon Anciaux
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…
»
longtran2904
But making an ISA for gpu and cpu would only solve the first one, it wouldn't help other hardware …
»
ratchetfreak
you don't talk to gpus directly, instead you talk to the gpu driver through a standardized API the…
»
longtran2904
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!
»
Mārtiņš Možeiko
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…
»
Simon Anciaux
As ratchetfreak said, if VirtualAlloc fails you can't do anything. You could print a message to th…
»
Simon Anciaux
I don't know much about PE headers, but I inspected 6 executables (with , which I don't know so i…
»
ratchetfreak
HMH's memory strategy is structured around a few big allocations of reasonable size up front. If t…
»
MundeRaG
Hello, I recently started following handmade hero and am finding it really helpful and invaluable …
»
Macoy Madson
It has been a while since I last wrote an article. Last month, I left my previous job after six ye…
»
Halarious
By unusual I meant for example stripping the CRT, or it may indeed have to do with not having ; an…
»