How does one know if an object file is compatible with
a linker? The fortran compiler is g77 from cygwin,
the C++ compiler Borland. Both are running on my windows
pc. The documentation for each says NOTHING, other than
I know that Borland writes about __stdcall, __fastcall, etc,
(which are designed for different calling stacks and protocols so that other languages CAN be called.)
My boss asked about creating Fortran DLLs that C++ calls
as an alternative. I'd also be interested in anyone's
advice on that.