On Thu, Oct 23, 2003 at 03:21:32PM +0200, Heiko Nardmann wrote:
> Hi!
> 
> The FAQ tells me that only C object files can be mixed.
> 
> Is this true for MS .NET and gcc 3.x since I expect both to be conform to the 
> ABI standard ?
What ABI standard would that be?

Anyway, gcc and MSVC don't use the same name mangling (decoration) schemes for
C++ so you will not be able to mix the two. Also note that different versions
if g++ don't always mix well either..

HTH

rlc



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to