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

Author Topic: VS2012 Linker(DLL) Error  (Read 2141 times)

0 Members and 1 Guest are viewing this topic.

MetalCoder

  • Newbie
  • *
  • Posts: 31
    • View Profile
VS2012 Linker(DLL) Error
« on: January 24, 2013, 10:52:31 pm »
Hello,

I am having trouble when trying to run the simpe SFML program. I'm using Visual Studio C++ 2012 Express. SFML is 1.6, I've added the correct libraries to the correct directories. When I build its fine and I get no errors, but when I try to run it, I get this. "sfml-system-d.dll'. Cannot find or open the PDB file."(without quotes) What does this mean? I've put the DLLs in the project folder.

pogrady

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: VS2012 Linker(DLL) Error
« Reply #1 on: January 25, 2013, 08:58:05 am »
the pdb file is a microsoft debug tool.  It has nothing to do with SFML.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10920
    • View Profile
    • development blog
    • Email
Re: VS2012 Linker(DLL) Error
« Reply #2 on: January 25, 2013, 09:42:22 am »
It's usually also just a warning, which can be safely ignored (using the search function would've answered this too).
Besides that you should also read this.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: VS2012 Linker(DLL) Error
« Reply #3 on: January 25, 2013, 05:44:12 pm »
Googling "Cannot find or open the PDB file" gives many answers. Generally, searching a specific error/warning message in Google gives relevant results instantly.
Laurent Gomila - SFML developer

MetalCoder

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: VS2012 Linker(DLL) Error(Solved)
« Reply #4 on: January 26, 2013, 02:04:15 am »
I've figured out my problem. I had the DLLs in the wrong folder. I'm also using 2.0 now.

 

anything