Jump to content


Eric Polman

Member Since 03 Oct 2012
Offline Last Active Oct 04 2012 09:21 PM
-----

Posts I've Made

In Topic: Problem running a template from tutorial

04 October 2012 - 06:33 PM

it crashes before i get to see a variable named 's'. crashed at 'locknum'.
If I put in the prints, it puts out "Current mouse doesn't have cursor support" and "SetProp() failed:invalid window handle"


this is the line (in the !init() loop in template.cpp) after which no output is given anymore;
surface = new Surface( SCRWIDTH, SCRHEIGHT, (Pixel*)s->pixels, s->pitch );

any further suggestions?

In Topic: Problem running a template from tutorial

03 October 2012 - 05:09 PM

I am struggling with the same problem as well.
It doesn't work on W7 / VC++ 2008 / Release Win32 and on W7 / VC++ 2010 / Release Win32.
DirectX SDK June installed succesfully.