This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: dll issue
Hi Erwan,
I have no idea, how to bridge between two incompatible compilers,
it probably requires a detailed knowledge of both compilers. Maybe
you could wrap the C++ library with C code, which, as far as i know,
does have a standardised ABI, should probably link ok. I have never
actually tried this sort of thing, and i am worrying, that various
global objects and the C++ runtime will not be properly initialised,
if one tries this sort of thing.
Yours sincerely,
Bjorn