Author |
Message |
Topic: Allocate on assignment for CHARACTER variables |
jlb
Replies: 10
Views: 7278
|
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: 7278
|
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: 2240
|
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: 7278
|
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: 676
|
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: 676
|
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: 2240
|
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 ... |
Topic: Failure at run-time with format F when using real KIND=3 |
jlb
Replies: 12
Views: 3006
|
Forum: Support Posted: Tue Aug 20, 2024 9:34 am Subject: |
Paul
Thank you for this. |
Topic: Allocate on assignment for CHARACTER variables |
jlb
Replies: 10
Views: 7278
|
Forum: Support Posted: Tue Aug 20, 2024 8:53 am Subject: |
Paul
I have tried both code samples with the new FTN95 version 9.04.0.0. The version with FUNCTION (2nd sample) works, thank you, the version with SUBROUTINE (1st sample) raises the following excepti ... |
Topic: Allocate on assignment for CHARACTER variables |
jlb
Replies: 10
Views: 7278
|
Forum: Support Posted: Tue Aug 13, 2024 3:43 pm Subject: |
Paul
Thank you very much for having added this feature. |
Topic: Failure at run-time with format F when using real KIND=3 |
jlb
Replies: 12
Views: 3006
|
Forum: Support Posted: Tue Aug 06, 2024 12:38 pm Subject: |
Bill
Thanks for the method of showing the physical representation of a 80-bit real number. I had all the knowledge to do it myself, as you kindly gave me a workaround for C_F_POINTER some time ago, b ... |
Topic: Failure at run-time with format F when using real KIND=3 |
jlb
Replies: 12
Views: 3006
|
Forum: Support Posted: Sat Aug 03, 2024 1:34 pm Subject: |
Bill
I still get the same error with DBLE(I)/DBLE(N) using FTN95 version 9.03.0.0 Win32.
Do you have an easy way to get the full hexadecimal "physical" representation of a KIND=3 real (80- ... |
Topic: Failure at run-time with format F when using real KIND=3 |
jlb
Replies: 12
Views: 3006
|
Forum: Support Posted: Fri Aug 02, 2024 11:47 am Subject: |
Paul
A similar error occurs with N=10000 or 100000 or 1000000 and G7.2 at I=199
John
Thanks for confirming the bug. A similar error occurs with N=10000 and F7.2 at I=189 (not 199!).
Neither the DO ... |
Topic: Failure at run-time with format F when using real KIND=3 |
jlb
Replies: 12
Views: 3006
|
Forum: Support Posted: Thu Aug 01, 2024 12:12 pm Subject: Failure at run-time with format F when using real KIND=3 |
The following program, compiled with FTN95 v. 9.03.0.0 Win32, raises an exception (Invalid floating point operation) at runtime for i=19.
This error doesn't occur if KIND=2 is used for the real vari ... |
Topic: Debugging from Plato calls a touchpad driver |
jlb
Replies: 3
Views: 2219
|
Forum: Plato Posted: Mon Jul 22, 2024 6:45 pm Subject: |
John
Does your experience imply that Apoint2K\Apntex identifies an unsatisfied (symbol or .dll?) in your path list?
No, it doesn't. During a reboot, the driver starts normally and remains resident ( ... |
|