SFML community forums
General => General discussions => Topic started by: boshkodj on March 29, 2009, 12:57:26 pm
-
I am sorry about grammar errors , I am from Serbia...
When I put smfl-graphics.lib in linker/input , and when I build project , error is LINK : fatal error LNK1181: cannot open input file 'sfml-graphics.obj'...
When I put anything of .lib in linker/input , then , erros are something like this LINK : fatal error LNK1181: cannot open input file 'sfml-graphics.obj'..
Please help me...
-
edit...
If your using the MinGW compiler or others that use .a extensions
you might need to run reimp.exe to change your .lib files to .a files.
You might also check that you are supplying the compilers linker with the paths to you libary files.
I've had this problem when changing msvc++ projects to GNU compilers
-
I am using VC++ 2008...pls help me
-
Try to recompile the SFML solution. Are the linker/library paths correct?