(1) I installed FTN95, Express version. I created a project consisting of 3 .for fixed-format Fortran files and 4 .inc include files. I got the 3 and 4 files shown under Source and Include in the project. When I attempt to build, 2 of the .for files compile, the 3rd which references the 4 include files fails: 'Could not open C:\...(path)...\comoncpd.inc'. The path quoted was correct (and the same as for the .for files). What went wrong? I was trying for a win32 .exe. OS: Windows XP SP3
(2) I removed FTN95-Express and installed FTN95-Personal. I repeated the project creation above in Plato, with the same result. Again, what went wrong.
(3) I was able to compile the program using the Command Line. I made 2 test runs with similar but differing results. The input data file was read and listed on the 'print' file, unit # 2. The main calculation ran as I expected. However, soon after execution commenced, output intended for the screen, programmed 'write(*,25)'NLOOP=',i3,' ... ', was written to the print file. Both runs then failed before all ouput was generated. Case 1 registered a 'unit not opened or preconnected' failure. Case 2 registered 'Read beyond EOF'; 'no more Reads' should have occurred. Both cases run satisfactorily with other compilers. Yet again, what went wrong?
Thanks.