If I am not mistaken, Ogremain_d.dll would be the debug binary and Ogremain.dll would be the release one. Asuming this, if you are compiling in debug, you might want to make sure that the Ogremain_d.dll exists in your output directory. Compiling ogremain in debug generates the dll with such a filena...