Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

These static libraries are actually import libraries for dynamic libraries.

These static libraries are useful to load dynamic libraries implicitly, without invoking LoadLibrary(), GetProcAddress() and so on. Just define exported functions from dll in a header file and invoke them as usual.