Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Help VS 2013 cannot open file
Print
Pages: [
1
]
Author
Topic: Help VS 2013 cannot open file (Read 1834 times)
0 Members and 1 Guest are viewing this topic.
PewPew
Newbie
Posts: 22
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?
Logged
MadMartin
Jr. Member
Posts: 74
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.
Logged
Hapax
Hero Member
Posts: 3379
My number of posts is shown in hexadecimal.
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.
Logged
Selba Ward
-SFML drawables
Cheese Map
-Drawable Layered Tile Map
Kairos
-Timing Library
Grambol
*
Hapaxia Links
*
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Help VS 2013 cannot open file
anything