www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <005d01c1b47d$551d9bc0$2801a8c0@dcuthbert2k> |
From: | "Dylan Cuthbert" <dylan AT q-games DOT com> |
To: | "Cygwin AT Cygwin. Com" <cygwin AT cygwin DOT com> |
Subject: | cygwin C++ DLLs and inter-operation with M$OFT |
Date: | Wed, 13 Feb 2002 19:58:13 +0900 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 6.00.2600.0000 |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
To anyone who can help, We've been having some fun creating DLLs that need to be loaded by some Visual C++ code. The code in the dll itself, ie. the interface is C so there aren't any name mangling problems. However, using v3.0.3 of GCC we get unresolved symbol errors for any libstdc++ we do within the dll. These errors don't occur after using the -V 2.95.3-5 option to gcc to revert to the originally packaged compiler - I had a good poke around but I couldn't work out why the symbols couldn't be resolved. Anyway, after reverting to 2.95.3-5, our test code compiles but when we call any cygwin dll code (from the VS application) we get an exception error in cygwin1.dll - if the code uses any stdlib type stuff (such as memory allocation, printf etc). There is no C++ code in there at all now. I've read through the faqs and documentation and searched the mailing list but I can't find any fixes for this problem (although a couple of other people do mention it). Is there just some obvious initialisation stuff I'm missing somewhere? Regards --------------------------------- Q-Games, Dylan Cuthbert. http://www.q-games.com -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |