[SDL] Re: Can't get SDL to work with VC++ Express 2005 Beta
James Arthur
teamonkey at gmail.com
Tue Aug 3 14:35:20 PDT 2004
On Mon, 2 Aug 2004 19:08:23 -0700, Ignacio Castaño <castanyo at yahoo.es> wrote:
> I experienced the same problem, removed the dependancies with SDLmain, added
> the following lines:
>
> #pragma comment(linker,"/ENTRY:mainCRTStartup")
> #pragma comment(linker,"/SUBSYSTEM:WINDOWS")
>
> and after that my program worked fine. So, it should be a problem with
> SDLmain, but I have no idea what it is.
Confirmed.
Thanks for that - it made my Tuesday! :)
James
More information about the SDL
mailing list