I’ve written an example project in C# how to use the fmod libary in one of your projects. I wanted to have only a executable and no further files. So I thought of adding it directly in the resources and load it when the program is started. First of all you have two options how to do it. Either use late binding and Invoke to use the functions in the Library. You could use LoadLibary(…) for that and try to use the Library directly from the memory.
You can find the whole article here: Link
