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

Author Topic: [HELP] LINK : fatal error LNK1104: cannot open file 'sfml-graphics-d.lib'  (Read 7714 times)

0 Members and 1 Guest are viewing this topic.

skifteri

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
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  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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
AW: [HELP] LINK : fatal error LNK1104: cannot open file 'sfml-graphics-d.lib'
« Reply #1 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

skifteri

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: [HELP] LINK : fatal error LNK1104: cannot open file 'sfml-graphics-d.lib'
« Reply #2 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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
AW: [HELP] LINK : fatal error LNK1104: cannot open file 'sfml-graphics-d.lib'
« Reply #3 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'.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/