Re: library created with gcc acceptable in MS VC++ application ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]