library created with gcc acceptable in MS VC++ application ?

Eljay Love-Jensen eljay@adobe.com
Mon Apr 12 11:49:00 GMT 2004


Hi Anup,

Presume you are using a C interface, yes, you can use a GCC DLL with MSVC 
executable.  Or vice versa.

If you are using a C++ interface, my first guess is that GCC's C++ ABI is 
different from MSVC's C++ ABI.  I'd be shocked if they worked together.

--Eljay



More information about the Gcc-help mailing list