View Single Post
  #4  
Old 08-30-2012, 10:42 PM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default

New (similar) problem I can reference the FMOD namespace in my project, and use it's classes & methods without any apparent error in C# express. However, I get a "the namespace FMOD could not be found" console error when the mission runs. I tried to add a reference to fmodex in the c# project but that "could not be added". Help!

code removed by author

UPDATE: Fmod is unmanaged C++ and thus can't be referenced directly into .Net. You have to use the FMOD wrapper. Now I'm looking for the wrapper.

UPDATE: Found the wrapper, imported the cs files into my project, but now there is an 'incompatible' error between FMOD for CLOD & the fmodex classes in the wrapper

Is there a way to reference FMOD in C# express projects?
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE

Last edited by salmo; 10-18-2012 at 09:22 AM.
Reply With Quote