On Wed, 06 Oct 2010 23:34:29 +0200, Bo Berglund wrote about [Lazarus] Converting Fortran to FPC?:
[snip] > So my question now is if there is any experience of either porting > Fortran code to FPC or of compiling Fortran code for a Windows DLL > into the corresponding function in Linux? I doubt you will find an automated tool that can handle newer standards for FORTRAN, as they differ radically from FORTRAN 77 and earlier. However, it is not too difficult to do the translation by hand, provided you have somebody available who is fluent in both languages. The only such person I know of is myself, but I'm not currently available. > (By te way, is there such a thing as a DLL in Linux?) Yes, it is called a "shared object" library and usually has a .so suffix. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* [email protected] (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
signature.asc
Description: PGP signature
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
