[SDL] Newbie - configuration woes

Peter Strempel zotan at web.de
Tue Jan 13 08:07:10 PST 2004


On Tue, 13 Jan 2004 15:11:44 -0000, Rob Cunningham <rob at bcmedia.biz> wrote:

> int main( void )

Try instead:
int main(int argc, char *argv[])

There is an entry about this in the FAQ on the SDL webpage (section 
Windows). I remember having stumbled over the same problem.

  Peter




More information about the SDL mailing list