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

Author Topic: Program can't start because sfml-audio-2.dll is missing?  (Read 8104 times)

0 Members and 1 Guest are viewing this topic.

Laarz

  • Newbie
  • *
  • Posts: 2
    • View Profile
Program can't start because sfml-audio-2.dll is missing?
« on: August 02, 2013, 08:37:48 pm »
I had SFML setup and everything was fine, then (I think this is what caused it, I may be wrong) I moved the location of where SFML was located and (in Code Blocks) updated the linker and compiler to be setup for the new location, and it gives me this error:
Program can't start because sfml-audio-2.dll is missing from your computer.

I've tried re-setting it up a few times, and I can't figure out what's wrong... Any help would be greatly appreciated!

Windows 7 64-bit, MinGW 32-bit, SFML 2.0, CodeBlocks.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Program can't start because sfml-audio-2.dll is missing?
« Reply #1 on: August 02, 2013, 09:13:42 pm »
Guess what, if the dll is missing, it's missing! :o

You need to copy it from your SFML bin folder next to your application. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laarz

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Program can't start because sfml-audio-2.dll is missing?
« Reply #2 on: August 02, 2013, 09:33:54 pm »
Hehehe... Didn't realize it was that simple xD. I didn't have to do that before, I don't know why it's asking for it now, but it's working now so I shan't complain, haha.

Thanks very much!!

 

anything