replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: View topic - Query of the compiler version
forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Query of the compiler version

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
jlb



Joined: 21 Oct 2020
Posts: 75

PostPosted: Tue Oct 22, 2024 10:07 am    Post subject: Query of the compiler version Reply with quote

The intrinsic function COMPILER_VERSION() shows a different result as FTN95.EXE /VERSION.
Code:
PROGRAM VER
USE ISO_FORTRAN_ENV
IMPLICIT NONE
WRITE(*,*) 'Compiler version: '//COMPILER_VERSION()
CALL EXECUTE_COMMAND_LINE('FTN95.EXE /VERSION')
END PROGRAM VER

Quote:
Compiler version: FTN95 v9.04.0

Silverfrost FTN95/.NET Copyright (C) 1993-2024 Silverfrost Ltd
---------------------------------------------------------------

Version: 9.05.0.0
Built: Wed Sep 11 09:37:43 2024

Operating System: Microsoft .NET on Windows NT CPU: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz Model 5 Step 1
CPU Features: MMX, SSE, SSE2, x86-64

P.S. I use the latest executables and DLLs published on the forum.
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 8061
Location: Salford, UK

PostPosted: Tue Oct 22, 2024 11:57 am    Post subject: Reply with quote

jlb

At first sight it looks like you are compiling with version 9.04 but accessing version 9.05 via EXECUTE_COMMAND_LINE.

I can't think of another explanation because there is only one value and it is within the compiler.
Back to top
View user's profile Send private message AIM Address
jlb



Joined: 21 Oct 2020
Posts: 75

PostPosted: Tue Oct 22, 2024 6:08 pm    Post subject: Reply with quote

Paul
Thank you for your prompt reply. As a precaution, I searched for all "FTN95.EXE" files on the entire computer using the "dir FTN95.EXE /S" command at the root directory in a command prompt with administrator privileges. The only occurrence is in the expected directory "C:\Program Files (x86)\Silverfrost\FTN95". The above code compiled and run on a different workstation gives the same output.
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 8061
Location: Salford, UK

PostPosted: Wed Oct 23, 2024 7:09 am    Post subject: Reply with quote

jlb

I have checked the code for FTN95 and there is only one value for the compiler version so the only explanation must be that the v9.05 release did not use a clean rebuild.

A full Silverfrost release always involves a rebuild and I will try to ensure that the interim releases that I usually provide do the same.
Back to top
View user's profile Send private message AIM Address
jlb



Joined: 21 Oct 2020
Posts: 75

PostPosted: Thu Oct 24, 2024 11:07 am    Post subject: Reply with quote

Paul
Thank you very much for this clarification, it helps me not to believe in devilry.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group