Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Daniel Abad" To: Subject: Problems linking against Mingw DLL Date: Tue, 12 Feb 2002 13:47:15 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Hello all, I have build a mingw DLL. Then I have build a program using functions exported from that DLL, and linked against the import library generated by dlltool, with no problem (not using -mno-cygwin) When I run the program I get an STATUS_ACCESS_VIOLATION. On the other hand, I tried to compile the program with the -mno-cygwin flag and all went ok. What I have missed? Thank you. -- 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/