Re: Cannot create import libraries with Microsoft's LIB with the option mixed language Borland C++ (-ml bc) with Lahey v5.7
- From: "Kevin G. Rhoads" <kgrhoads@xxxxxxxxxxxx>
- Date: Wed, 31 May 2006 12:33:24 +0000
C++ normally "decorates" linkage symbols -- and the decoration is NOT compatible from
one vendor's compiler to another. The usual trick is to
#ifdef __cplusplus
extern "C" {
#endif
in the C++ source for anything that needs to talk to Fortran, assembler &c.
What version of Borland C/C++ and what version of MSVC are you using?
.
- References:
- Prev by Date: Re: true 64-bit FORTRAN compilers for Windows XP 64??
- Next by Date: Re: true 64-bit FORTRAN compilers for Windows XP 64??
- Previous by thread: Cannot create import libraries with Microsoft's LIB with the option mixed language Borland C++ (-ml bc) with Lahey v5.7
- Next by thread: true 64-bit FORTRAN compilers for Windows XP 64??
- Index(es):
Relevant Pages
|