[SDL] compiling SDL-1.2.12 with cbuilder6

Alberto Luaces aluaces at udc.es
Mon Nov 5 07:01:56 PST 2007


El Monday 05 November 2007 11:13:08 Francesco escribió:
> In my case this does not link (.."Unresolved external _SDL_init..."..).

Unresolved external symbol errors at linking time are usually issued when you 
don't tell the linker what additional libraries/objetcs you will also need, 
in this case SDL's. I think you have to tell your linker you want to use 
"sdl.lib" and "sdlmain.lib", if I remember correctly.


More information about the SDL mailing list