Hello
I have updated the dll's to version 9.05 as per the post https://forums.silverfrost.com/Forum/Topic/3780
At the command prompt, typing ftn95 gives the following:
[FTN95/Win32 Ver. 9.05.0.0 Copyright (c) Silverfrost Ltd 1993-2024] *** No source file specified *** Usage: ftn95 <file-name> [/option [/option ...]] *** Or: ftn95 /? for more information on command-line options.
However, writing a short program to check the compiler version gives the result as 9.04.0
program compiler_check use iso_fortran_env write(*,'(a,/)') compiler_version() end program compiler_check
Where is the version issue?
Lester