I\'m working with FMOD in C#. I\'ve tried importing the fmodex.dll file by selecting Project->Add Reference and browsing for the fmodex.dll, but I
fmodex.dll
In order to use FMOD in C# you need to wrap FMOD functions and structures using p/Invoke. This task has been taken care of for you in the open source project fmodnet