October 9th, 2012 02:04 AM
Disch
I figured it out the other day, I feel very stupid.... basics! Terrain is a global pointer but I set it to point to an object that is created locally, hence it becomes a bad ptr once the...
October 6th, 2012 08:05 AM
I am more after education here rather than solving the issue, because this flies against my understanding of public and protected (and private), or I am missing a nuanced problem here. Either way I...
April 14th, 2012 09:55 AM
I have now tried on numerous different Application set-ups and the only set-up that seems to allow sizing and position through CREATESTRUCT is when User Interface Features - Use Classic Menus is...
February 16th, 2012 05:58 AM
Double education, thank you. Hadn't noted the different configuration between debug and release, and you queued me to look at the implication of Unicode. I also changed char* to wchar_t* which is...
February 15th, 2012 03:42 PM
When I repeatedly running the following code in VS10 debug mode, it behaves as I would expect. Right-clicking executes the expected code and the message in the status bar cycles correctly through the...