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.
andrew
I had this same problem due to my virus protection (avast). Add an exclusion rule re: the folder i…
»
Ameen Sayegh
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.
»
Andrew Chronister
The current sound code uses a very small sound buffer, just enough to last for the target frame ti…
»
Mārtiņš Možeiko
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…
»
Jim R. Didriksen
Would be interested to see what Casey thought about this, making the Pointers small (could it be b…
»
Wesley Robb
Oops I missed that. I went through the topics to see if it had been posted but not through the pos…
»
Mārtiņš Možeiko
Something doesn't work right if you click on top right corner of comment for direct link to commen…
»
Mārtiņš Možeiko
Yes, very nice presentation. I already mentioned it in this topic: :) I attended his presentation…
»
Wesley Robb
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…
»
Kim Jørgensen
Yeah, that would be great :)
»
Mārtiņš Možeiko
Or make Casey add _snprintf_s functions for non-MSVC platform: #ifdef __cplusplus template
»
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 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.
»
BrokenOpCode
They are new warnings generated in VS2015. HMH uses VS2013. For a quick fix you can turn off those…
»
Mārtiņš Možeiko
Casey is using Visual Studio 2013. VS2015 compiler changed a bit and is finding more warnings and …
»
Timothy McCarthy
If a generated Win32 app works I wouldn't think "hello world" code would freeze the system either.…
»
Tim
Hello All, I got everything set up and working with day 017, but now fast forward a bit and the co…
»
Mārtiņš Možeiko
I seriously doubt you can configure project so incorrectly that whole VS GUI will freeze and becom…
»
Timothy McCarthy
Start with the basics. Create a generic Win32 project and let AppWizard generate all the files and…
»
Mārtiņš Možeiko
Well I think that means VS can not decide what to debug native or managed code... Anyways, I'm not…
»
Rosebud
I attempted to attach to the process and "break all" but got the following call stack (nothing was…
»
Mārtiņš Možeiko
That's a debug output from debugger itself which doesn't help much. You need to interrupt process …
»
Rosebud
I do not have multiple monitors, but I double checked and did not see any additional windows. I at…
»
Mārtiņš Možeiko
That's a strange issue. Do you have multiple monitors? Maybe VS is showing you popup somewhere whe…
»