Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT sources DOT redhat DOT com> List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <024d01c0fef7$dce13da0$6d07a8c0@miro> From: "Michael Scheibler" <michael DOT scheibler AT onevision DOT de> To: <mingw-users AT lists DOT sourceforge DOT net>, <cygwin AT cygwin DOT com>, <gcc AT gcc DOT gnu DOT org>, <discuss-gnustep AT gnu DOT org> Subject: error 998 when loading a DLL with LoadLibrary Date: Wed, 27 Jun 2001 12:56:47 +0200 Organization: OneVision Software AG MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/