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.
Marc Novakowski
Thanks for setting up a Patreon account, Casey - the $15 pre-order seemed so measly considering th…
»
matra
Another PhD in computer science here. I've been programming for 20+ year - usually business applic…
»
Zach
I come from mathematics, but have been being paid to program for the last year and a half - in the…
»
Filip
Great! I have a simple example of some hot loading here: Tried to make it as barebones as possib…
»
Martin Cohen
Yay! Great!
»
Jim Shearer
Even though we're almost done with the initial platform layer, the Q&A last night suggests that it…
»
Kasper Sauramo
The freenode one was there for a few one-off discussions. #HandmadeHero @ Ircnet is the "official …
»
Dustin Specht
currently we are just using the twitch channel. through irc. You can do that. I believe skhme has …
»
SteelGolem
there's one on ircNET called #HandmadeHero, but i just use my irc client to join to irc.twitch.tv …
»
SteelGolem
While I know the whole point of this project is very code-centric, what about something like ratin…
»
David Gow
Fear not, is here. With some luck, the delays that plagued the last couple of chapters are over. …
»
SteelGolem
Right now I'm imagining it's going to be something like , minus the in-game codestuff. The game sh…
»
venfayth
Is there an IRC channel for this community, or for anyone working through the series? If there is …
»
Ray Garner
Rookie pro game dev here. I have been professionally programming 5 years and 1 year as a game dev.…
»
Bert Proesmans
To me that explanation was shocking. During my C course nobody talked about the C Runtime Library.…
»
Dejan
It states that /LD passes the /DLL flag to the linker. If no DllMain is found, a stub that just r…
»
Thomas Frase
The relevant article on MSDN: It states that /LD passes the /DLL flag to the linker. If no DllMai…
»
Dejan
;)Casey[/quote] Interesting reading there! Goes to show (again) measuring execution times and k…
»
Casey Muratori
It's definitely one of those things where, before you think of it, you never thought of it, and th…
»
Livet Ersomen Strøm
Great show today. I was laughing. I never thought about it. That you could do it that way. Thanks …
»
Casey Muratori
Yes, I think we can get rid of it now. I was just not sure why CL was refusing to make a DLL so I…
»
theinternetftw
This is how things like work, with the added detail that they override system dlls (directx and f…
»
Dejan
Guys just a quick note: DllMain is an optional proc. If your dll doesn't need to do anything on pr…
»
theinternetftw
yeah, sorry for the "non-question" : D It was one of those things where the second I saw the msdn …
»
Casey Muratori
Yes, you should definitely be able to do this. I'm not sure why one would ever need to, since unl…
»
Mārtiņš Možeiko
I don't think there is need to create your own STATIC_ASSERT macro, because we are compiling C++ c…
»
ambiguous panda
day 21 was alot of fun, is there a name for recompiling at runtime? i asked the following question…
»
Livet Ersomen Strøm
It's not on youtube yet, no spoilers please! EDIT: Anyway, hahhahah!
»
Casey Muratori
... as you can verify by this: So, like I said, if you design the EXE and the DLL to use the same…
»
Randy Gaul
It's the only sane way to program, currently. Modern languages are so poorly designed that they …
»