Okay. So I know there\'s lots of questions about how to embed dlls inside exes, but my problem is rather different. (Specifically, I\'m using the fmod library to play sound
Well, the solution was surprisingly easy. I just followed DyP's suggestion on delay-loading the dll.
I just added one thing in my project properties, like so:
and that was it!
I love it when programming problems have easy solutions. :)