[SDL] is SDL supposed to be using WinMain?
malik martin
laserbeak43 at gmail.com
Fri Sep 7 15:05:22 PDT 2007
i see. I still haven't really learned much at all about the arguments
in main( int argc, char argv[]) most of my programming books don't
speak of it. i saw one online that did but i can't remember the name.
looks like i'll be needing to read up on that pretty soon though :)
thanks
On 9/7/07, Torsten Giebl <wizard at syntheticsw.com> wrote:
> Hello !
>
> SDL internally needs these system specific main functions.
> But SDL uses ways so that the normal coder can use the portable
> int main (int argc, char *argv ()] way on most/all OSes.
>
> This thing is in libSDLmain.
>
>
> CU
>
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>
More information about the SDL
mailing list