Using FMOD for C#?

前端 未结 4 402
生来不讨喜
生来不讨喜 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:36

    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.

提交回复
热议问题