Using an embedded .dll in an executable

前端 未结 1 1402
一个人的身影
一个人的身影 2020-12-17 06:31

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

相关标签:
1条回答
  • 2020-12-17 07:04

    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. :)

    0 讨论(0)
提交回复
热议问题