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
To add a COM item to a VS project perform the following steps:
Register the COM
Select "Add Reference"
Select COM tab
Browse to item and select it.
You should see (after a build) that VS has created an Interopt DLL library in your BIN dir.