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

Author Topic: SFML-Graphics2.dll  (Read 603 times)

0 Members and 1 Guest are viewing this topic.

gavin

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
SFML-Graphics2.dll
« on: December 02, 2022, 08:51:48 am »
Hi
I am getting the error code execution cannot proceed, sfml-graphics-2.dll was not found.
I have downloaded and extracted the SFML-2.5.2 to a local folder and configured my project property c/c++ and linker additional include directorys and linker input files.
I am using Visual Studio 2022 (64Bit) community edition.
I did check in the sfml-2.5.1\Lib directory and the sfml-graphics-2.dll file does not exist there. Do I need to download it ?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10820
    • View Profile
    • development blog
    • Email
Re: SFML-Graphics2.dll
« Reply #1 on: December 02, 2022, 08:55:59 am »
DLL files are in the bin directory and need to be copied next to your executable
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

gavin

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: SFML-Graphics2.dll
« Reply #2 on: December 02, 2022, 09:07:20 am »
Thank You!!