Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Error sfml-graphics-d.obj  (Read 3789 times)

0 Members and 1 Guest are viewing this topic.

boshkodj

  • Newbie
  • *
  • Posts: 2
    • View Profile
Error sfml-graphics-d.obj
« 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...

Sirt

  • Newbie
  • *
  • Posts: 27
    • View Profile
Error sfml-graphics-d.obj
« Reply #1 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

boshkodj

  • Newbie
  • *
  • Posts: 2
    • View Profile
Error sfml-graphics-d.obj
« Reply #2 on: March 29, 2009, 07:32:16 pm »
I am using VC++ 2008...pls help me

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Error sfml-graphics-d.obj
« Reply #3 on: March 29, 2009, 11:18:12 pm »
Try to recompile the SFML solution. Are the linker/library paths correct?
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: