From: DJ Delorie <dj@delorie.com>
Subject: Re: third party DLL lib references
05 Nov 1998 20:32:18 -0500
Message-ID: <364251A2.41C6@delorie.com>
References: <19981105003113.7215.qmail.cygnus.gnu-win32@findmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (X11; I; IRIX 5.3 IP22)

You can't use MSVC C++ dlls with GNU GCC programs.  The
C++ name mangling and object layout is NOT compatible,
and never will be.
