Hi everyone. I was required .dll file after compiling a project with a sound file. Then i've found out, that it's that library's file, so i needed to install it. I've downloaded the x32 version, copied the .lib file into lib folder of Visual Studio 2010, and copied the .h file into include folder. Restarted VS, included libsdnfile-1.lib (triple checked the name), and it still requires the .dll file. What's wrong with that thing? I even tried the example project, from their installation, same thing.