I've got a .dll file I'm trying to link in windows, so where can I paste it? So far my program compiles (because I've linked the lib and the other files) and I get this error message
"The program can't start because irrKlang.dll is missing from your computer. Try reinstalling the program to fix this program."
@ Stewbound: You're not technically wrong but I want to direct your attention to this issue here: http://en.wikipedia.org/wiki/DLL_Hell TL;DR: It's best to put your DLL files in the directory of the program that uses them.
if you are using Dev-c++ (IDE) and the Irrlicht library(I assume you are using irrlicht because of irrKlang) than the DLL should be somewhere under the Dev-C++ folder.