


Where fmod has been placed in the include\fmod folder and opens ok if i right click on the above code and click "Open Document".īut if I try to write any code at all, including a simple "using namespace FMOD" it tells me that it FMOD is undeclared or unidentified. So I have placed the fmodex_vc.lib and the fmodex.dll file in my project directory, added them to my project's solution explorer, then created a SoundMgr.h file which includes the fmod.h file #include "include\fmod\fmod.h" I am trying to link FMOD to my project, which I did very easily in the past in Visual Studio 2008.
