How can I load a DLL only when it's needed?
I have a program that I set some dependecies (through Properties > Linker > Input > Additional Dependencias
). But the executable cannot run without this dependecies. How can I create a windows application that only require this DLL when it's needed?