SFML community forums

General => General discussions => Topic started by: boshkodj on March 29, 2009, 12:57:26 pm

Title: Error sfml-graphics-d.obj
Post 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...
Title: Error sfml-graphics-d.obj
Post by: Sirt on March 29, 2009, 02:03:11 pm
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
Title: Error sfml-graphics-d.obj
Post by: boshkodj on March 29, 2009, 07:32:16 pm
I am using VC++ 2008...pls help me
Title: Error sfml-graphics-d.obj
Post by: Nexus on March 29, 2009, 11:18:12 pm
Try to recompile the SFML solution. Are the linker/library paths correct?