Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何防止导入库加载它在运行时引用的 DLL,直到我调用类似的东西LoadLibrary?
LoadLibrary
也许你需要这个:
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