Using FMOD for C#?

前端 未结 4 494
生来不讨喜
生来不讨喜 2021-01-18 03:17

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

4条回答
  •  深忆病人
    2021-01-18 03:45

    Fmod is written in unmanaged C++ so you cannot reference it directly from a .Net application. There is a c# wrapper to the fmodex.dll in the fmod package under a directory called "fmod_wrapper" if I am not mistaken that you can add to your project and which will take care of making the P/Invoking for you.

提交回复
热议问题