This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: dll issue
thanks, but this is a dynamic library. I thought it was not the same.
Anyway, my concern is to use a tool I found developped with C++ builder with
gcc. How could I make a bridge ?
----- Original Message -----
From: "bjorn rohde jensen" <bjensen@fastmail.fm>
To: "erwan ancel" <erwan.ancel@free.fr>
Cc: <gcc-help@gcc.gnu.org>
Sent: Friday, November 29, 2002 12:41 PM
Subject: Re: dll issue
> Hi Erwan,
>
> You can not in general crosslink objects generated
> by different C++ compilers due to binary incompatibilities.
> Work is being done on addressing this to some extent,
> but i would not hold my breath waiting for it:)
> Why dont you just create a Borland and a gcc version
> of the lib?
>
> Yours sincerely,
>
> Bjorn
>
>