SFML community forums

Help => Audio => Topic started by: Laarz on August 02, 2013, 08:37:48 pm

Title: Program can't start because sfml-audio-2.dll is missing?
Post by: Laarz 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.
Title: Re: Program can't start because sfml-audio-2.dll is missing?
Post by: eXpl0it3r 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. ;)
Title: Re: Program can't start because sfml-audio-2.dll is missing?
Post by: Laarz 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!!