Re: Compatibility between g++ and gcc compiled sources

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux