/DELAYLOAD dll's

  • Thread starter Thread starter mysteron
  • Start date Start date
M

mysteron

if a DLL has been linked with this flag, is there a way to override it at
runtime? An api I can call?
 
mysteron said:
if a DLL has been linked with this flag, is there a way to override
it at runtime? An api I can call?

Sure, just call LoadLibrary with that DLL's name. Or is that not what
you're getting at?

-cd
 
Back
Top