How to fix DWMAPI.DLL delay-load dependency under WinXP?

后端 未结 4 638
感情败类
感情败类 2020-12-08 20:13

I have built a .dll under WinXP that claims it can\'t find DWMAPI.DLL when it\'s loaded. The problem is that this DLL is a Vista DLL, and this a known issue for XP users tha

4条回答
  •  庸人自扰
    2020-12-08 20:32

    Try changing your setting in C/C++->Code Generation->Runtime Library to Multi-Threaded rather than Multi-Threaded DLL.

提交回复
热议问题