Problems using a DLL created with GNU from Microsoft VC++

David Starks-Browning starksb@ebi.ac.uk
Fri Aug 11 07:13:00 GMT 2000


On Tuesday 8 Aug 00, Kenneth Sandberg (ERA) writes:
> I am trying to use a DLL created with cygwin g++ from an application
> created with Microsoft Visual C++. The reason is that I have C-code
> (huge) that is created for GNU and would like to use it in an
> application that requires Microsoft Visual C++.

The FAQ says:

	Can I mix objects compiled with msvc++ and gcc?
	
	Yes, but only if you are combining C object files. MSVC C++
	uses a different mangling scheme than GNU C++, so you will
	have difficulties combining C++ objects.

Does that apply to you?

David


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



More information about the Cygwin mailing list