Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <000B06A71AFBD311AAAD00500422FC63071A13@iis000.microdata.fr>
From: Bernard Dautrevaux <Dautrevaux@microprocess.com>
To: "'vandana  yesoda'" <vandana.yesoda@wipro.com>,
        cygwin
	 <cygwin@sourceware.cygnus.com>
Subject: RE: Free Compiler
Date: Tue, 28 Mar 2000 12:24:25 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2448.0)
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id FAA06361

> -----Original Message-----
> From: vandana yesoda [mailto:vandana.yesoda@wipro.com]
> Sent: Tuesday, March 28, 2000 12:19 PM
> To: cygwin
> Subject: Free Compiler
> 
> 
> Hi all,
> 
> Is there any free compiler which can understand the name mangling of
> MSVC++, so that the C++ objects of MSVC++ and the compiler can be
> combined.
> 

Regretfully having the same name mangling is by far not enough; it should
also have the same register usage conventions, parameter passing conventions
(these two quite current) but even more: virtual table management is one of
those but don't forget virtual base class management (quite tricky),
multiple inheritance object layout, and finally the new ANSI-C++ features:
template generation, exception handling (in multi-threaded environment),
signature management... (oh sorry I think I was dreaming, or does MSVC++
handle all these really?...)

> Thanks in advance.
> 
> Any help in this regard is greatly appreciated.

You're welcome but I'm afarid the only help I can provide is: no chance :-)

> 
> bye
> vandana
> 

Cheers

		Bernard

--------------------------------------------
Bernard Dautrevaux
Microprocess Ingéniérie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:	+33 (0) 1 47 68 80 80
Fax:	+33 (0) 1 47 88 97 85
e-mail:	dautrevaux@microprocess.com
		b.dautrevaux@usa.net
-------------------------------------------- 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

