标签: c++ visual-c++ dll runtime dllimport
如何阻止导入lib加载它在运行时引用的DLL,直到我调用类似LoadLibrary之类的东西?
LoadLibrary
答案 0 :(得分:1)
也许你需要这个:
http://www.west-wind.com/weblog/posts/2007/Dec/02/Delay-Loading-a-DLL-with-a-Linker-Switch-in-Visual-Studio
http://www.codeproject.com/Articles/273419/Dynamic-Libraries-with-Delayed-Function-Loading