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