Prevent .lib from loading DLL at runtime

How would I prevent an import lib from loading the DLL it refers to at runtime until I call something like, say, LoadLibrary?

Upvotes: 0

Views: 287

Answers (1)

Related Questions