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.
Mārtiņš Možeiko
How did you create handmade.dll file?
»
Josh Ayres
Hello, I have started to follow Handmade Hero on linux. I have been trying to do Dynamic Loading…
»
spx
I've changed the image in the first post with one that should provide better quality when viewed …
»
Mārtiņš Možeiko
dfrunza 'user32.lib' needs to be passed to the linker using the '/link' option : That's not neces…
»
r2d2
Hello, everyone. In day 188 Casey adds support for mouse hover. He retrieves the current mouse c…
»
Dumitru Frunza
'user32.lib' needs to be passed to the linker using the '/link' option : 1cl -Zi ..\work\misc\win…
»
catsonmars
I should start off by saying I am using VS 2015, I have a shell file in w:\work\misc @echo off …
»
Farhod Miralimov
Thanks to all! I really appreciate your help, your answers really cleared a lot for me. Thanks ag…
»
Marko
I really don't know how I skipped this part. Thank you very much!!!! All the best!
»
Mārtiņš Možeiko
"unresolved external symbol" error means that linker doesn't know where to find these functions (…
»
Marko
Hello guys, Sorry for referencing beginning of the project, but I just lost a few days try to bu…
»
spx
Sorry for the image quality. I have replaced the image with the png version. The biggest issue ho…
»
Mārtiņš Možeiko
Very nice. You screenshot looks very blurry and hard to read for me... Maybe its because you are…
»
spx
Greetings, I've been working on this for some time now (probably since the start of this year) a…
»
Abner Coimbre
Handmade Folks! Hoping September treats you well. If anyone lives near a hurricane zone, please …
»
»
Simon Anciaux
Day 235 is the episode where OpenGL is introduced. You can have the basics there (and in the foll…
»
Matt
How deep do I need to go into the series to do hardware acceleration for simple 2D games? I'm no…
»
Patsy Hambright
I'm used to download videos with keepvid...But sometimes I also use this one for batch download:h…
»
Demetri Spanos
I'm making an HMN lesson teaching the concepts behind a basic face detection algorithm. I'd lik…
»
Neo Ar
Updated the topic with the first 3 videos (Exercises 1-11). My response to Miblo's post is in the…
»
Simon Anciaux
The link above only disable the "windows logo keys" (not the shortcuts, just the keys), so other …
»
Dumitru Frunza
:) fixed - HoC 0.1d
»
Mārtiņš Možeiko
I am actually very sad if standard windows shortcuts don't work for application or game. I like t…
»
x13pixels
On the handmade hero streams we've seen cases where Casey brings up Milton, uses ctray's hotkey t…
»
x13pixels
Thanks for the suggestion mmozeiko. I'll check it out.
»
Israel Fernández Angullo
Thank you very much for the links! Disable windows shortcuts is really usefull! All the games usi…
»
Mārtiņš Možeiko
Very nice! Here are few more I found: 1 2 3proc void abs(int a) { a =--a; } proc void fpdec(int*…
»
Simon Anciaux
Have a look at RegisterHotKey and WM_HOTKEY. Upon finding a match, the system posts the WM_HOTKEY…
»
Dumitru Frunza
HoC 0.1c That's quite a bunch of bugs :) These 3 lines below have same root cause - bug in the …
»