Hi all:
I call windows api LoadLibrary(), it returns error code : ERROR_NOACCESS
0x3E6,
why is it failure to call this api? how to fix this problem?
B.G.
Vic
Scherbina Vladimir - 23 Dec 2005 13:15 GMT
Probably access vialotion is occuring in your DllMain.
Read following url:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q196069
--
Vladimir
> Hi all:
>
[quoted text clipped - 5 lines]
>
> Vic
TC - 23 Dec 2005 14:20 GMT
There are over 300 google web & usenet hits for:
ERROR_NOACCESS loadlibrary
Have you, uh, checked any of those?
HTH,
TC
Arkady Frenkel - 24 Dec 2005 09:45 GMT
Additional hint : put a code for details
Arkady
> There are over 300 google web & usenet hits for:
>
[quoted text clipped - 4 lines]
> HTH,
> TC