M mysteron Jun 9, 2005 #1 if a DLL has been linked with this flag, is there a way to override it at runtime? An api I can call?
if a DLL has been linked with this flag, is there a way to override it at runtime? An api I can call?
C Carl Daniel [VC++ MVP] Jun 9, 2005 #2 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? Click to expand... Sure, just call LoadLibrary with that DLL's name. Or is that not what you're getting at? -cd
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? Click to expand... Sure, just call LoadLibrary with that DLL's name. Or is that not what you're getting at? -cd