SFML community forums

Help => Audio => Topic started by: ran dom on June 05, 2013, 06:30:14 pm

Title: Linker can't find sfml-d-2.dll
Post by: ran dom on June 05, 2013, 06:30:14 pm
I'm sure similar questions has been asked before, but I am getting the most bizarre error when trying to use visual studio 2012 with sfml audio. I set visual studio as per the instructions in the documentation here. However, when I try and use sfml-audio-d.lib, it says it can't find the sfml-audio-d-2.dll. The dll is definitely sfml-2.0/bin. I also tried to copy it to the same folder as the compiled exe and it had the same problem.
Title: Re: Linker can't find sfml-d-2.dll
Post by: ran dom on June 05, 2013, 11:32:42 pm
Sorry, I didn't read the error message closly enough, it didn't realize it required smal-system as well as audio openal, and the like.