Tagged Questions
2
votes
2answers
176 views
Why does my win32 call, contained in a Class method, fail?
Using a Direct3D Tutorial, I took the knowledge and encapsulated it into a class. The code builds in MSVC 2010 fine, and I've handled all compiler warnings pertaining to my project with the highest ...