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

Author Topic: Help VS 2013 cannot open file  (Read 1587 times)

0 Members and 1 Guest are viewing this topic.

PewPew

  • Newbie
  • *
  • Posts: 22
    • View Profile
Help VS 2013 cannot open file
« on: October 20, 2014, 07:16:38 pm »
Hi. I followed the instructions here clearly but i still get an error

Error   1       error LNK1104: cannot open file 'sfml-graphics-d.lib'

Is this compatible on VS 2013?

MadMartin

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Re: Help VS 2013 cannot open file
« Reply #1 on: October 20, 2014, 07:33:01 pm »
Just google the error code and you find:
http://msdn.microsoft.com/en-us/library/ts7eyw4s.aspx

Which implies -- more or less -- that you just didn't configure everything exactly(!) the way the instructions described, because it says that the file physically can't be found or opened.
In most cases this is due to wrong configured project settings, especially path settings.

No compatibility problems.

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Help VS 2013 cannot open file
« Reply #2 on: October 20, 2014, 08:11:33 pm »
Hi, PewPew.

Make sure that the folder that you add for the libraries is the one that includes the SFML folder (the lib folder), not the SFML folder itself.
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

 

anything