Sdl tests in codewarrior for windows

hi, i’m trying to compile the sdl tests in codewarrior 7 in windows,
however, there are undefined symbols when linking with the SDLmain.lib
… anything to do with strings, main, fopen, etc…

I have managed to get rid of those by changing the link order, but then i
get undefined _main in the MSL_ALL-DLL_x86.lib

any ideas or suggestions would be great,.

thanks,
keith

hi, i’m trying to compile the sdl tests in codewarrior 7 in windows,
however, there are undefined symbols when linking with the SDLmain.lib
… anything to do with strings, main, fopen, etc…

I have managed to get rid of those by changing the link order, but then i
get undefined _main in the MSL_ALL-DLL_x86.lib

Make sure you are also linking to SDL_Main.x86.lib

-DOn Mon, 11 Mar 2002, Keith Swyer wrote: