Share via


/DELAYLOAD (Windows CE 5.0)

Send Feedback

This option causes delayed loading of DLLs.

/DELAYLOAD:dllname

Remarks

The dllname specifies a DLL to delay load. You can use this option as many times as necessary to specify as many DLLs as you choose. You must link your program with Delayimp.lib or implement your own delay-load helper function.

The /DELAY option specifies binding and loading options for each delay-loaded DLL.

See Also

Linker Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.