Click to See Complete Forum and Search --> : Delayed loading of DLLs


Jim Bassett
April 23rd, 1999, 02:32 PM
Does anyone have examples of using the delay loading of DLLs. I am not speaking about the compiler switch, but what the code looks like to load and unload a delayed DLL. My DLLs are classes, in my client code I make use of the DLL by instancing the class so I am looking for examples of how this works.


Thanks