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.
Simon Anciaux
I found that windows offers the SetWindowsHookExA function, but that only works if called from a s…
»
William
Could you maybe hook the window procedure with SetWindowLongPtr (GWLP_WNDPROC) and then call the o…
»
Macoy Madson
This article is mirrored on my blog. I have been working on a voxel-based game for the last severa…
»
NicknEma
I'm trying to write a windows library that needs to respond to specific window messages (more spec…
»
NicknEma
@mrmixer that's exactly what I did, but I only called them with printable chars - I was so focused…
»
Bits Please
The workaround worked like a charm! As always, thank you very much for the valuable info <3
»
Mārtiņš Možeiko
Right click addresses in call-stack and choose "Load Symbols" so VS downloads pdb file from Micros…
»
Bits Please
Hey everyone! I'm having a weird error when debugging the screen recording utility that Martins (m…
»
Mārtiņš Možeiko
For functions like to_digit_v1/to_digit_v2 or to_upper_v1/to_upper_v2 where both of them have exac…
»
Simon Anciaux
Thanks for sharing. One thing you can do is to write a function that verify that the two versions …
»
NicknEma
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…
»
careful_sparrow
Hi, since is archived i was wondering if there is any official community fork that would be main…
»
Simon Anciaux
I can't help you much, but for the images with the circles, the circles on the left looked more li…
»
Allen Webster
I'm working on upgrading my understanding of computer graphics, and this issue has totally stumped…
»
»
Gaurav Gautam
ah thankyou! This solves other problems I was having too.
»
Scr3amer
Hello Sir ! If you have the source code of the app, you can modify your main to have a waitloop An…
»
Mārtiņš Možeiko
Don't know about remedy, but you can always reopen stdin/out streams during debugging/development:
»
Gaurav Gautam
Hello, I'm using remedy for some coding practice sites and these invariably require that I have to…
»
Mārtiņš Možeiko
But what if with instead of being able to change each quad's color, there is only one color, and t…
»
Simon Anciaux
I don't really have a project for the visibility jam, but today I was changing some code in the fe…
»
Simon Anciaux
In the UI framework I'm using, each rectangle has a "style id" property. If it's set to a non zero…
»
eternalStudent
So I've been writing my own UI framework, as one does in this community, and I wanted to talk abou…
»
Ben Visness
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…
»
Simon Anciaux
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 …
»
Christoffer Lernö
I’ve been working on shaving off the rough corners in the C3 syntax for version 0.5, and one of …
»