I found that windows offers the SetWindowsHookExA function, but that only works if called from a s…
Could you maybe hook the window procedure with SetWindowLongPtr (GWLP_WNDPROC) and then call the o…
This article is mirrored on my blog. I have been working on a voxel-based game for the last severa…
I'm trying to write a windows library that needs to respond to specific window messages (more spec…
@mrmixer that's exactly what I did, but I only called them with printable chars - I was so focused…
The workaround worked like a charm! As always, thank you very much for the valuable info <3
Right click addresses in call-stack and choose "Load Symbols" so VS downloads pdb file from Micros…
Hey everyone! I'm having a weird error when debugging the screen recording utility that Martins (m…
For functions like to_digit_v1/to_digit_v2 or to_upper_v1/to_upper_v2 where both of them have exac…
Thanks for sharing. One thing you can do is to write a function that verify that the two versions …
A while ago I watched a super interesting talk about the history of character encodings () and I w…
h2k —
Hello, Since IACA was deprecated in 2019 and as of Day 120 MSVC is still the compiler being used, …
Miles —
Be wary of letting optical illusions fool you into doing the wrong thing. I wasted some time tryin…
Hi, since is archived i was wondering if there is any official community fork that would be main…
I can't help you much, but for the images with the circles, the circles on the left looked more li…
I'm working on upgrading my understanding of computer graphics, and this issue has totally stumped…
Thankyou! This should work for my purposes.
ah thankyou! This solves other problems I was having too.
Hello Sir ! If you have the source code of the app, you can modify your main to have a waitloop An…
Don't know about remedy, but you can always reopen stdin/out streams during debugging/development:
Hello, I'm using remedy for some coding practice sites and these invariably require that I have to…
But what if with instead of being able to change each quad's color, there is only one color, and t…
I don't really have a project for the visibility jam, but today I was changing some code in the fe…
In the UI framework I'm using, each rectangle has a "style id" property. If it's set to a non zero…
So I've been writing my own UI framework, as one does in this community, and I wanted to talk abou…
Hello, Handmade Network! We’ve got big plans for 2023 and it’s about time we shared them with …
Maneh —
Oh! This is awesome! I didn't know that there was a post thread for each episode, and good to know…
At the beginning of episode 24, although it doesn't fix the issue. I will add that DirectSound is…
Maneh —
I just finished watching the audio sync episode, which was a hell of a ride and a lot of fun, but …
I’ve been working on shaving off the rough corners in the C3 syntax for version 0.5, and one of …