srry, i was asking the question under the context of security, i was suggesting that this introduc…
No, thank guys for contributing to the series! I am constantly amazed at how generous people are…
Filip —
Found error. Just sent a pointer to a pointer instead of a pointer in a callback... Stare into th…
There is one good reason to have DllMain even if you don't want to put any code there. If you are …
Nice! That's much cleaner. Thanks :)
Filip —
Jeff, a semi-related question since you seem to really know cocoa well: I'm mixing your code with …
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…
Even though we're almost done with the initial platform layer, the Q&A last night suggests that it…
The freenode one was there for a few one-off discussions. #HandmadeHero @ Ircnet is the "official …
currently we are just using the twitch channel. through irc. You can do that. I believe skhme has …
there's one on ircNET called #HandmadeHero, but i just use my irc client to join to irc.twitch.tv …
While I know the whole point of this project is very code-centric, what about something like ratin…
Fear not, is here. With some luck, the delays that plagued the last couple of chapters are over. …
Right now I'm imagining it's going to be something like , minus the in-game codestuff. The game sh…
Is there an IRC channel for this community, or for anyone working through the series? If there is …
Rookie pro game dev here. I have been professionally programming 5 years and 1 year as a game dev.…
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…
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…
It's definitely one of those things where, before you think of it, you never thought of it, and th…
Great show today. I was laughing. I never thought about it. That you could do it that way. Thanks …
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…
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…
yeah, sorry for the "non-question" : D It was one of those things where the second I saw the msdn …