[SDL] is SDL supposed to be using WinMain?
malik martin
laserbeak43 at gmail.com
Fri Sep 7 02:00:08 PDT 2007
Hi there,
i'm using some code that works with SDL and i get an exception at
runtime that i'm trying to debug. i'm very new to the debugger and am
learning by trial and error in visual studio 2005 as we speak.
i'm stepping into the code from the beginning, and not far into it, i
end up at a file named crtexe.c
and i noticed:
#ifdef _WINMAIN_
_TUCHAR *lpszCommandLine;
STARTUPINFO StartupInfo;
BOOL inDoubleQuote=FALSE; <-------cursor is on this line.
any idea about wether or not it should be doing this?
More information about the SDL
mailing list