Author |
Message |
Topic: Workaround for C_F_POINTER |
PaulLaidler
Replies: 17
Views: 9306
|
Forum: Support Posted: Tue Nov 05, 2024 5:18 pm Subject: |
jlb
I should have added...
Users with a support licence are notified directly about full releases by Silverfrost Ltd.
Users of the personal edition can download full releases from the Silverf ... |
Topic: Workaround for C_F_POINTER |
PaulLaidler
Replies: 17
Views: 9306
|
Forum: Support Posted: Wed Oct 30, 2024 2:30 pm Subject: |
jlb
Full releases are described in the Announcements section of this Forum.
Releases such as v9.05 that can be downloaded from the Support "sticky post" are interim releases.
The re ... |
Topic: 'USE, INTRINSIC ::' vs 'USE' |
PaulLaidler
Replies: 2
Views: 207
|
Forum: Support Posted: Wed Oct 30, 2024 2:19 pm Subject: |
Ken
INTRINSIC may now be used (I tested against v9.04 and v9.05). To my knowledge there are no side effects either way. |
Topic: C++ Link |
PaulLaidler
Replies: 2
Views: 315
|
Forum: 64-bit Posted: Tue Oct 29, 2024 8:11 am Subject: |
For a Win32 application, calling C/C++ from FTN95 is described in the help manual (FTN95.chm) under Win32 platform->Mixed language programming->Calling FTN95 from C/C++.
In principle you can ... |
Topic: On 9.03 update |
PaulLaidler
Replies: 19
Views: 3797
|
Forum: Support Posted: Mon Oct 28, 2024 12:19 pm Subject: |
Dan
This will be my last attempt to try to persuade you to avoid using folders that contain DLLs with duplicate (case insensitive) names. A folder containing ClearWin64.dll must not also contain cl ... |
Topic: Circle 3D |
PaulLaidler
Replies: 2
Views: 363
|
Forum: 64-bit Posted: Sun Oct 27, 2024 8:44 am Subject: |
John
I think that Sid probably means a sphere.
Sid
There is no such function provided but Google AI will tell you how to go about writing your own function. |
Topic: On 9.03 update |
PaulLaidler
Replies: 19
Views: 3797
|
Forum: Support Posted: Sun Oct 27, 2024 8:34 am Subject: |
Dan
By default, file names are not case-sensitive under Windows. So Windows should have prevented you from having files with the same case-insensitive name in the same folder.
It is possible to ... |
Topic: On 9.03 update |
PaulLaidler
Replies: 19
Views: 3797
|
Forum: Support Posted: Sat Oct 26, 2024 4:57 pm Subject: |
No it makes no difference.
You need to find a way to ensure that the latest clearwin64.dll is the one that is accessed by your application.
There are various ways to do this. You could rename th ... |
Topic: On 9.03 update |
PaulLaidler
Replies: 19
Views: 3797
|
Forum: Support Posted: Sat Oct 26, 2024 12:55 pm Subject: |
__return_pstack_ptr may be called by programs compiled with FTN95 /64.
This function is located in any clearwin64.dll built after 10 April 2024.
If it is missing when you run your application th ... |
Topic: On 9.03 update |
PaulLaidler
Replies: 19
Views: 3797
|
Forum: Support Posted: Sat Oct 26, 2024 7:08 am Subject: |
Dan
As far as I know there are no issues of this kind with v9.05.
The v9.05 download includes FTN95, SLINK64 and the DLLs so the problems that you have had because you used a new FTN95 with old ... |
Topic: OPTIONS |
PaulLaidler
Replies: 5
Views: 680
|
Forum: General Posted: Fri Oct 25, 2024 7:42 am Subject: |
Dan
As John says, /DEBUG on its own can be used to step through your code.
Also OPTIONS can be used to switch ON and switch OFF as illustrated here...
options(check)
subroutine sub ... |
Topic: OPTIONS |
PaulLaidler
Replies: 5
Views: 680
|
Forum: General Posted: Thu Oct 24, 2024 8:11 am Subject: |
The OPTIONS directive can only be used
1) before a main program or
2) before an external subroutine or function or
3) before a module definition.
If /CHECK is required but only for a particul ... |
Topic: Query of the compiler version |
PaulLaidler
Replies: 4
Views: 488
|
Forum: Support Posted: Wed Oct 23, 2024 7:09 am Subject: |
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 ... |
Topic: Query of the compiler version |
PaulLaidler
Replies: 4
Views: 488
|
Forum: Support Posted: Tue Oct 22, 2024 11:57 am Subject: |
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 ... |
Topic: EXPORT_WINDOW_IMAGE@ |
PaulLaidler
Replies: 7
Views: 1235
|
Forum: ClearWin+ Posted: Sun Oct 20, 2024 3:32 pm Subject: |
Ken
I also see the fault when using a display scaling factor that is not 100%.
One way to fix this is to call
iw = SetDpiAwareness@(0)
at the start of the program.
The Windows A ... |
|