This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Q: mixing MSVC++ and gcc C++ libs/dlls ?


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]