SFML community forums
Help => Graphics => Topic started 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
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.
-
'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.
-
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.
-
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'.