Specifying DLLs to Delay Load
You can specify which DLLs to delay load with the /delayload**:**dllname linker switch. If you do not plan to use your own version of a helper function, you must also link your program with Delayimp.lib.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You can specify which DLLs to delay load with the /delayload**:**dllname linker switch. If you do not plan to use your own version of a helper function, you must also link your program with Delayimp.lib.