Problem linking objects generated from c++ and c/fortran files
Eljay Love-Jensen
eljay@adobe.com
Mon Sep 27 03:10:00 GMT 2004
Hi Alexander,
If you need to have a C interface for your C++ routine in your C++ source
file, use this:
extern "C" double interface(int arg1, double* arg2);
HTH,
--Eljay
More information about the Gcc-help
mailing list