Author |
Message |
Topic: Workaround for C_F_POINTER |
jlb
Replies: 17
Views: 9379
|
Forum: Support Posted: Tue Nov 05, 2024 5:28 pm Subject: |
Paul
Thank you. I was just wondering as the new implementation was announced for an interim release, but the also needed mod file as in a full release. |
Topic: Workaround for C_F_POINTER |
jlb
Replies: 17
Views: 9379
|
Forum: Support Posted: Tue Nov 05, 2024 3:23 pm Subject: |
Paul
Thank you for the clarification. |
Topic: Workaround for C_F_POINTER |
jlb
Replies: 17
Views: 9379
|
Forum: Support Posted: Wed Oct 30, 2024 12:21 pm Subject: |
Should FTN95 v.9.05 be considered an interim release? If so, how to proceed with the required extended definition for the file iso_c_binding.mod (found in the include directory and dated 3rd November ... |
Topic: Query of the compiler version |
jlb
Replies: 4
Views: 502
|
Forum: Support Posted: Thu Oct 24, 2024 11:07 am Subject: |
Paul
Thank you very much for this clarification, it helps me not to believe in devilry. |
Topic: Query of the compiler version |
jlb
Replies: 4
Views: 502
|
Forum: Support Posted: Tue Oct 22, 2024 6:08 pm Subject: |
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 ... |
Topic: Query of the compiler version |
jlb
Replies: 4
Views: 502
|
Forum: Support Posted: Tue Oct 22, 2024 10:07 am Subject: Query of the compiler version |
The intrinsic function COMPILER_VERSION() shows a different result as FTN95.EXE /VERSION.
PROGRAM VER
USE ISO_FORTRAN_ENV
IMPLICIT NONE
WRITE(*,*) 'Compiler version: '//COMPILER_VERSIO ... |
Topic: Nested modules |
jlb
Replies: 2
Views: 921
|
Forum: Support Posted: Fri Oct 18, 2024 6:34 pm Subject: |
Paul
Thank you for your usual prompt and and enlightening reply. |
Topic: Nested modules |
jlb
Replies: 2
Views: 921
|
Forum: Support Posted: Thu Oct 17, 2024 9:58 pm Subject: Nested modules |
I cannot understand why the intrinsic function COMPILER_VERSION cannot be accessed from the main program through the nested modules MOD1 and MOD2, but the function DBL can. The compiler warns with
wa ... |
Topic: Allocate on assignment for CHARACTER variables |
jlb
Replies: 10
Views: 9436
|
Forum: Support Posted: Fri Sep 13, 2024 2:22 pm Subject: |
Paul
The whole thing started when I was curious about the "allocate on assignment" feature for CHARACTER variables implemented in FTN95 version 8.95, more or less just for fun. Some of thes ... |
Topic: Allocate on assignment for CHARACTER variables |
jlb
Replies: 10
Views: 9436
|
Forum: Support Posted: Fri Sep 13, 2024 1:10 pm Subject: |
I continued to play with this new feature. Compiling the following example
PROGRAM Simon
IMPLICIT NONE
CHARACTER (LEN=:), ALLOCATABLE :: Says
Says=Sim('clap hands')/ ... |
Topic: Plato version 6 - output DOS box |
jlb
Replies: 4
Views: 5717
|
Forum: Plato Posted: Fri Sep 13, 2024 12:59 pm Subject: |
Paul
Is the next release of Plato you are referring to the already released version 6.0.1.0? In this version the behaviour of the "DOS" box is still as described above. |
Topic: Allocate on assignment for CHARACTER variables |
jlb
Replies: 10
Views: 9436
|
Forum: Support Posted: Tue Sep 10, 2024 5:37 pm Subject: |
Paul
Thanks for having implemented this feature. |
Topic: Start Run fails if pathname contains a space |
jlb
Replies: 2
Views: 2092
|
Forum: Plato Posted: Tue Sep 10, 2024 5:37 pm Subject: |
Paul
Thank you for investigating and resolving this comfort issue. |
Topic: Start Run fails if pathname contains a space |
jlb
Replies: 2
Views: 2092
|
Forum: Plato Posted: Mon Sep 09, 2024 9:03 am Subject: Start Run fails if pathname contains a space |
The Start Run (Ctrl+F5) function of Plato v.6 does not work if the pathname contains a space. A "DOS" box opens and is displayed: The command "C:\Users\inst\Documents\FTN95\Quadrat" ... |
Topic: Plato version 6 - output DOS box |
jlb
Replies: 4
Views: 5717
|
Forum: Plato Posted: Tue Aug 20, 2024 9:54 am Subject: Plato version 6 - output DOS box |
Using a native "DOS" box as the output device when using Plato is quite interesting. Thanks for that. The setting for the behaviour of this box is not displayed correctly for me in Settings ... |
|