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.
Miguel Lechón
I public spreadsheet would be nice. My initial plan was shouting "Master Spy!!" while walking ar…
»
Mārtiņš Možeiko
Yes, C/C++ runtime library calls WinMain (or main) and MSVC links in C/C++ runtime library by def…
»
Ruben
Hi everyone. I would love to meet up and join a group. Has something been organized ? I can creat…
»
siska
Oh. Ok ! I understand what you are saying. So, I guess the reason we didn't have to add another …
»
Ameen Sayegh
Functions in C/C++ actually need two things. Declaration: which is the prototype of the function…
»
siska
Hi, I was wondering why Casey solved the link error 'missing external' by including user32.lib i…
»
Gianluca Alloisio
I've posted it on reddit. https://www.reddit.com/r/programm...lopment_devember_1h_of_code_x_31/ …
»
skeeto
Casey fixed this issue in Day 220 while insisting the cast really was permitted. It's definitely …
»
Rosebud
nonplussed Add an exclusion rule re: the folder in which your code is. This 100% did it for me. …
»
Jim R. Didriksen
Episode 141 https://youtu.be/Yvv9nVqGC5w?t=26m54s "Uuuuum so you know, um Probably the best th…
»
andrew
I had this same problem due to my virus protection (avast). Add an exclusion rule re: the folder …
»
Ameen Sayegh
This is exactly why I'm asking. DLLs, hash tables, file formats, assembly, reverse-engineering, p…
»
Ideal
Thou shalt love thy neighbor as thyself, unless he be a brogammer.
»
Andrew Chronister
The current sound code uses a very small sound buffer, just enough to last for the target frame t…
»
Mārtiņš Možeiko
Yeah there is no other way. You can set up external tool that will invoke "devenv /build dll_pro…
»
moz
I really liked the idea of having a loader program load the game code and pass the memory back in…
»
Jim R. Didriksen
Would be interested to see what Casey thought about this, making the Pointers small (could it be …
»
Wesley Robb
Oops I missed that. I went through the topics to see if it had been posted but not through the po…
»
Mārtiņš Možeiko
Something doesn't work right if you click on top right corner of comment for direct link to comme…
»
Mārtiņš Možeiko
Yes, very nice presentation. I already mentioned it in this topic: https://hero.handmadedev.org/f…
»
Wesley Robb
Hey forumites, I just watched an excellent presentation by Sergiy Migdalskiy who works at Valve.…
»
Connor
I actually already did compiled Caseys code today and it was all static. The strangest thing was …
»
Kim Jørgensen
Yeah, that would be great :)
»
Mārtiņš Možeiko
Or make Casey add _snprintf_s functions for non-MSVC platform: 1 2 3 4 5 6 7 8 9 10 11 1…
»
Mārtiņš Možeiko
The sound code Casey wrote is not final. Couple people on stream and forum have already mentioned…
»
Kim Jørgensen
Thank you for the help :) Now we only need to get rid of _snprintf_s /Kim
»
Jim R. Didriksen
Are you on a Laptop and either running other software in the background or have you changed the P…
»
Connor
I'm back with another sound issue, although this one is a lot different. I was following along wi…
»
Tim
Ah, thank you. It works! This community is really fast and helpful.
»
BrokenOpCode
They are new warnings generated in VS2015. HMH uses VS2013. For a quick fix you can turn off tho…
»