I am evaluating Lahey v7.1 and Salford FTN95 as options to compile FOTRAN source code to CLR for use on a PocketPC (.NET Compact Framework).
The 14 day evaluation Lahey compiler has created somewhat usable CLR DLLs that I can use to test how well it will work. While not everything is supported (forms/IO/etc), basic computations seem to work.
So far the personal edition Salford FTN95 compiler has not been able to run even the simplest routine (a=b+c) as a DLL call on the PocketPC. Could this be because of the 'Personal/Evaluation' display form that is displayed everytime the program/dll is called? The Compact Framework probably does not support this popup form (TypeLoadException). I am successful getting my DLL to run on the full .NET Framework (with the message form popup). I think this popup form is preventing me from making any sort of evaluation of FTN95 for my PocketPC requirements.
Paul 😐