Raytio —
Ahhh Allen this give me great pleasure to see that video. Know that your efforts are greatly appre…
You have a stray ; after the WinMain function signature:
Mattie —
The reasoning I've seen is that it's not a macro because the function name isn't known at pre-proc…
I don't remember where, but I have read that the reason is for func == func expression to be true.…
Next time when you post an error message, please post it fully - including line number which mache…
Adel —
Hi all, I am trying to start following the tutorials from the start, I installed visual studio com…
I've tried to find out why is defined as a variable and not as a literal. I've found out that it …
Put breakpoint at start of Win32InitDSound function and start stepping to see if all if conditions…
Using VirtualAlloc in 32-bit OS is perfectly fine. In fact on Windows that is pretty normal way ho…
I am 100% on board with that plan. And we're not the only ones ! In fact, one of my big plans for…
Shazan —
I think that in 32bit virtual allloc can only allocate maximum 2 GB of memory. And the base addres…
Hi guys, I am going through day 158 of the Handmade Hero videos, and Casey is saying that it is po…
Shazan —
I compiled Day 359 source code but sound is not working how to fix it. Is this a bug or something …
Raytio —
As I was working I realized a big thing we need as a handmade community. Just a dream but I think …
Raytio —
Looking forward to it Allen!!!
I can tell you that you never feel like superstar. You always feel like there is a ton of things y…
Got it, thanks. I'll make sure it's fixed before we leave beta :)
Okay, thanks for the update
Mór —
Thanks Brian. The preventing clones is the interesting part.
I played this game a lot when I was little. Gentoo GNU+Linux 4.8.2-gentoo #10 SMP PREEMPT Thu De…
Brian —
Casey has stated on stream that the win32 platform layer can be used anytime (though contact Casey…
Mór —
Just curious, is it allowed to use the HMH engine code to make and release games yet, or is someth…
Mikkel —
He has just started on changing the engine to more proper 3D rendering last episode, so we are pro…
I'm around episode 150, and Casey has been mentioning making a big transition once all engine code…
The "Log in to reply" link a the bottom of the page is barely visible on the light theme.
If you edit a post, specify an edit reason and click the update preview button, the edit reason re…
I'm on Windows 7 so I don't have emojis on the virtual keyboard but I tried on a Windows 10 machin…
Just uploaded the game's second devlog. I speak a lot about progress on the game's map editor and…
mcalis —
That certainly helps! Thanks for the eloborate explanation!
Casey implemented the U64ToASCII function as part of the printf replacement, and added the follow…