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.
Alberto Vaudagna
Add also kernel32.lib
»
Mārtiņš Možeiko
Oh, there's one more mistake. The "-c" argument. "-c" means compile only. So you were actually pro…
»
Josh Ayres
I figured it out. I have to compile an object file before the dll
»
Josh Ayres
So it is saying that the -shared is not being used during compilation.
»
Mārtiņš Možeiko
You need to pass "-shared" to clang/gcc arguments when creating shared library. So line 8 should l…
»
Josh Ayres
Here is my build file: CommonCompilerFlags="-std=c++14 -Wextra -Wno-writable-strings -Wno-missing…
»
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 b…
»
spx
I've changed the image in the first post with one that should provide better quality when viewed 1…
»
Mārtiņš Možeiko
That's not necessary. lib files passed to cl.exe will get automatically passed to link.exe even w…
»
r2d2
Hello, everyone. In day 188 Casey adds support for mouse hover. He retrieves the current mouse cur…
»
Dumitru Frunza
'user32.lib' needs to be passed to the linker using the '/link' option :
»
catsonmars
I should start off by saying I am using VS 2015, I have a shell file in w:\work\misc @echo off mk…
»
Farhod Miralimov
Thanks to all! I really appreciate your help, your answers really cleared a lot for me. Thanks aga…
»
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 (G…
»
Marko
Hello guys, Sorry for referencing beginning of the project, but I just lost a few days try to buil…
»
spx
Sorry for the image quality. I have replaced the image with the png version. The biggest issue how…
»
Mārtiņš Možeiko
Very nice. You screenshot looks very blurry and hard to read for me... Maybe its because you are u…
»
spx
Greetings, I've been working on this for some time now (probably since the start of this year) and…
»
Abner Coimbre
Handmade Folks! Hoping September treats you well. If anyone lives near a hurricane zone, please ch…
»
»
Simon Anciaux
is the episode where OpenGL is introduced. You can have the basics there (and in the following ep…
»
Matt
How deep do I need to go into the series to do hardware acceleration for simple 2D games? I'm not…
»
Patsy Hambright
I'm used to download videos with keepvid...But sometimes I also use this one for batch download:ht…
»
Demetri Spanos
I'm making an HMN lesson teaching the concepts behind a basic face detection algorithm. I'd like t…
»
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 s…
»
»
Mārtiņš Možeiko
I am actually very sad if standard windows shortcuts don't work for application or game. I like to…
»