Yes, C/C++ runtime library calls WinMain (or main) and MSVC links in C/C++ runtime library by defa…
Ruben —
Hi everyone. I would love to meet up and join a group. Has something been organized ? I can create…
siska —
Oh. Ok ! I understand what you are saying. So, I guess the reason we didn't have to add another li…
Functions in C/C++ actually need two things. : which is the prototype of the function you want to …
siska —
Hi, I was wondering why Casey solved the link error 'missing external' by including user32.lib in …
I've posted it on reddit. Some +1 would be helpful. Thanks.
skeeto —
Casey fixed this issue in Day 220 while insisting the cast really was permitted. It's definitely p…
This 100% did it for me. Thanks a ton. Now I can get to the hacking finally :)
Episode 141 "Uuuuum so you know, um Probably the best thing to do at this point is just to give up…
andrew —
I had this same problem due to my virus protection (avast). Add an exclusion rule re: the folder i…
This is exactly why I'm asking. DLLs, hash tables, file formats, assembly, reverse-engineering, pa…
Ideal —
Thou shalt love thy neighbor as thyself, unless he be a brogammer.
The current sound code uses a very small sound buffer, just enough to last for the target frame ti…
Yeah there is no other way. You can set up external tool that will invoke "devenv /build dll_proje…
moz —
I really liked the idea of having a loader program load the game code and pass the memory back int…
Would be interested to see what Casey thought about this, making the Pointers small (could it be b…
Oops I missed that. I went through the topics to see if it had been posted but not through the pos…
Something doesn't work right if you click on top right corner of comment for direct link to commen…
Yes, very nice presentation. I already mentioned it in this topic: :) I attended his presentation…
Hey forumites, I just watched an excellent presentation by Sergiy Migdalskiy who works at Valve. I…
Connor —
I actually already did compiled Caseys code today and it was all static. The strangest thing was t…
Yeah, that would be great :)
Or make Casey add _snprintf_s functions for non-MSVC platform: #ifdef __cplusplus template
The sound code Casey wrote is not final. Couple people on stream and forum have already mentioned …
Thank you for the help :) Now we only need to get rid of _snprintf_s /Kim
Are you on a Laptop and either running other software in the background or have you changed the Po…
Connor —
I'm back with another sound issue, although this one is a lot different. I was following along wit…
Tim —
Ah, thank you. It works! This community is really fast and helpful.
They are new warnings generated in VS2015. HMH uses VS2013. For a quick fix you can turn off those…
Casey is using Visual Studio 2013. VS2015 compiler changed a bit and is finding more warnings and …