View previous topic :: View next topic |
Author |
Message |
arctica
Joined: 10 Sep 2006 Posts: 118 Location: United Kingdom
|
Posted: Thu Jan 02, 2025 4:52 pm Post subject: DLL updates and compiler version |
|
|
Hello
I have updated the dll's to version 9.05 as per the post https://forums.silverfrost.com/viewtopic.php?t=4245
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 |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8087 Location: Salford, UK
|
Posted: Thu Jan 02, 2025 9:01 pm Post subject: |
|
|
Lester
Thank you for the feedback.
This is a known fault in the build for v9.05. |
|
Back to top |
|
|
arctica
Joined: 10 Sep 2006 Posts: 118 Location: United Kingdom
|
Posted: Sat Jan 04, 2025 1:52 pm Post subject: |
|
|
Thanks for the information Paul |
|
Back to top |
|
|
|