|
-
April 9th, 1999, 05:26 AM
#1
Delayed loading of DLL in VC 6
How does one perform the delayed loading of a DLL in version 6 of VC?
Thanks
-
April 9th, 1999, 02:45 PM
#2
Re: Delayed loading of DLL in VC 6
From MSDN documentation on DELAYLOAD
/DELAYLOAD llname
This option causes delayed loading of DLLs. 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|