SFML community forums

Help => Graphics => Topic started by: skifteri on November 19, 2013, 01:03:17 am

Title: [HELP] LINK : fatal error LNK1104: cannot open file 'sfml-graphics-d.lib'
Post by: skifteri on November 19, 2013, 01:03:17 am
Hi guys I just reformated my PC, and installed VC 2013 Express, I installed SFML ,
I used this TUTO http://en.sfml-dev.org/forums/index.php?topic=13010.0 (http://en.sfml-dev.org/forums/index.php?topic=13010.0)  to install SFML, but after trying to debug, it gaves me this error

Quote
LINK : fatal error LNK1104: cannot open file 'sfml-graphics-d.lib'
.

Im also new on SFML,

thanks for any help u can offer me.

and sry for my bad english.
Title: AW: [HELP] LINK : fatal error LNK1104: cannot open file 'sfml-graphics-d.lib'
Post by: eXpl0it3r on November 19, 2013, 01:54:17 am
'cannot open' = 'cannot be found'
Make sure the lib settings are setup correctly and that the specified lib file exists. ;)

Otherwise you can always follow the official tutorial and build from source.
Title: Re: [HELP] LINK : fatal error LNK1104: cannot open file 'sfml-graphics-d.lib'
Post by: skifteri on November 19, 2013, 03:19:32 am
is there a Official Tutorial for VC 2013 Express ?? if yes could u please link me to it, cuz i can't find any other tuto.
thank you.
Title: AW: [HELP] LINK : fatal error LNK1104: cannot open file 'sfml-graphics-d.lib'
Post by: eXpl0it3r on November 19, 2013, 07:51:01 am
You can follow the CMake tutorial to build SFML, afterwards take a look at the VS tutorial. The tutorials can be found on the website under 'Resources'.