This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

error 998 when loading a DLL with LoadLibrary




998 - Invalid access to memory location (ERROR_NOACCESS)

This is the error I am receiving when I am trying to load a DLL with
Objective-C code. Especially I am using GNUstep's NSBundle mechanism which
in the end invokes LoadLibraryEx. This should add the Objective-C classes of
the DLL into the current Objective-C runtime. But instead I get an error.
Could there be any reason which has nothing to do with the Objective-C
library?

Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]