It's very stange, but I moved from VS2005 to VS2008 (MFC, VC++) and now the recompiled program causes a BSOD or a reboot on XP SP2 (works ok on SP3 and above). It doesn't get to InitInstance.
Has anyone experienced this and knows where to look to fix it? I'm tinkering with project settings at the moment, but unsuccessfully so far.
Debug and release behave the same way (reboot).
Thanks in advance!
Added: it actually goes through the CWinApp constructor ok, but dies somewhere in between before getting to InitInstance.