This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compatibility between g++ and gcc compiled sources


Hi Julio,

When you specify the identifiers from the shared libraries C declaration in the C++ translation unit, are you doing it like this...

extern "C" void MyCSharedLibraryFunction(int a, double b);
extern "C" int MyCSharedLibraryVariable;

...?

HTH,
--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]