SFML community forums
Help => General => Topic started by: revix2k9 on September 14, 2012, 10:49:27 pm
-
I followed the tutorial tried linking the dlls static i get this error.
cannot find -lsdlmain
-
Seriously? >:(
This library is SFML, not SDL.
-
Seriously? >:(
I thought the first post was funny but then I saw that.
-
Seriously? >:(
This library is SFML, not SDL.
lol i get it now T_T codeblocks has SDL with sfml T_T i removed the sdl include / lib from codeblocks but its still saying it T_T
-
This error means that you have added "-lsdlmain" to your linker settings (in "additional libraries", or something similar).
-
lol i get it now T_T codeblocks has SDL with sfml T_T i removed the sdl include / lib from codeblocks but its still saying it T_T
Does that mean, that you're using some Code::Blocks template?
Don't do that, but use an empty project and set all the settings correctly on your own, with the help of the tutorial.