Nice, this seems like a very comprehensive post! I must admit I haven't read it all yet, but a whi…
Btw there is WM_UNICHAR message to get full unicode codepoint. My understanding is that Windows se…
Recently I've been looking at a way to handle keyboard input independently of the keyboard layout.…
Laurie —
Hey, well done on your first login page! The Handmade way isn't always easy, but I bet you have a…
Sorry, found realized what's happening now, when the window is larger than the buffer, there wil b…
Shazan —
After 4 hours of struggling web dev finally made a working login page. Not the nicest thing but go…
well yeah I expected that what bugs me is, in Casey's case the gradient is smooth when he isn't re…
It's expected. When StetchDIBits resizes bitmap it uses very simple algorithm, so the image you ge…
Todd —
Aha, thank you! Wow what a stupid mistake in the loop; I can't even believe the program still ran …
Ok first of all, this project is awesome, I learned about it couple weeks back and am trying to fo…
Print out (or look in debugger) at workChunk array. For second program, assuming userEntry is 36 a…
Jesse —
I've spoken to someone with experience on this exact issue, and Clang has a patch under review tha…
Todd —
I've watched a couple of the Multithreading HH episodes, but this is my first time actually implem…
This is some beautiful work!
Jesse —
Hmm, there seems to be progress here. But I don't know how to address these errors, because I do…
Jesse —
Thank you for the explanation. I'll report back once I get it working with the solution.
If build.bat sets up environment (vsdevcmd.bat) and in same file calls clang-cl, then it shouldn't…
andrea —
I'll add this playlist on youtube I've watched few days ago, it's a fun and interesting intro to…
Jesse —
The logic for how everything goes together is now twisty enough that I don't have a clear idea ho…
Shazan —
I am using flask framework and python as the programming language. I am using this as a hobby proj…
Then 4coder is not a problem here. You need to figure how to use clang-cl, before putting it into …
Hi my name is Kevin Yudi Utama. I'm from Indonesia. Around one year ago I found my passion on game…
Todd —
Is this really true though? Let me ask you: What are your goals? Are you trying to get a job doin…
Jesse —
Interestingly that doesn't work. Same errors as before.
No idea. I don't use 4coder and have no idea how it works when calling external commands. What hap…
Jesse —
Yes, I am aware of those. The plan is to eventually shift over, but I need to get it working with …
clang-cl.exe doesn't support exactly same arguments as cl.exe. There are differences: You probabl…
Jesse —
Hmm, there seems to be progress here. But I don't know how to address these errors, because I do…
Are you able to run clang-cl.exe successfully (including linker) from .bat file that calls VsDevCm…
Finally I've finished doing the most low level stuff of the network architecture for the engine. (…