Author |
Message |
Topic: Hover |
PaulLaidler
Replies: 1
Views: 205
|
Forum: 64-bit Posted: Mon Feb 17, 2025 8:03 am Subject: |
When you run the debugger, does it run as a separate application (SDBG64) or is it integrated within Plato? |
Topic: Warning:Windows 11 24H2 |
PaulLaidler
Replies: 0
Views: 377
|
Forum: General Posted: Sat Feb 15, 2025 4:26 pm Subject: Warning:Windows 11 24H2 |
Please be aware that (in the UK at least) automatic updates for Windows 11 now give you version 24H2.
Win32 applications that contain calculations that underflow will currently not recover unless u ... |
Topic: Formatting equations |
PaulLaidler
Replies: 9
Views: 1756
|
Forum: ClearWin+ Posted: Thu Feb 13, 2025 7:34 am Subject: |
It looks like DRAW_HERSHEY@ is exported by salflibc.dll for Win32 but I don't think that I have ever tested it. I presume that the font must be included in the DLL as a resource in order for it to wor ... |
Topic: using contained function as ^callback |
PaulLaidler
Replies: 1
Views: 322
|
Forum: ClearWin+ Posted: Wed Feb 12, 2025 8:20 am Subject: |
John
I can see the benefit but my understanding at the moment is that FTN95 cannot be changed to make this possible.
The nearest to this is to put a callback together with its associated data in ... |
Topic: Formatting equations |
PaulLaidler
Replies: 9
Views: 1756
|
Forum: ClearWin+ Posted: Tue Feb 11, 2025 1:02 pm Subject: |
SVG files can be opened and drawn to a "drawing surface" such as that generated via %gr.
See FTN95.chm and search for SVG.
It is under ClearWin+, then Graphics, then Scalable vector gr ... |
Topic: Formatting equations |
PaulLaidler
Replies: 9
Views: 1756
|
Forum: ClearWin+ Posted: Tue Feb 11, 2025 7:48 am Subject: |
Lester
I have done a preliminary investigation with two conclusions:
1) At the moment the font cannot be preset as I suggested above. We could fix this.
2) We could fix the position of the di ... |
Topic: Formatting equations |
PaulLaidler
Replies: 9
Views: 1756
|
Forum: ClearWin+ Posted: Mon Feb 10, 2025 5:35 pm Subject: |
Lester
I don't think that you can do much to improve the outcome. %eq is somewhat limited and I get the impression that it is not often used.
There may be some improvement obtained by using a di ... |
Topic: %lv width |
PaulLaidler
Replies: 5
Views: 678
|
Forum: ClearWin+ Posted: Sun Feb 09, 2025 11:05 am Subject: |
John
When I wrote of new Microsoft control features, I was thinking of features that might now be added to the ClearWin+ library in order to improve %lv in some way. I was not thinking of features ... |
Topic: %lv width |
PaulLaidler
Replies: 5
Views: 678
|
Forum: ClearWin+ Posted: Sat Feb 08, 2025 8:22 am Subject: |
John
I would be willing to do some more work on %lv, as time permits, but I would need some sample code to work on. If you could isolate one issue at a time with sample code then I will aim to take ... |
Topic: Learning Clearwin |
PaulLaidler
Replies: 11
Views: 2334
|
Forum: ClearWin+ Posted: Thu Feb 06, 2025 7:37 am Subject: |
Users who are getting started with ClearWin+ should take a look at the book "Fortran and the Art of Windows Programming" written by Eddie Broomhead.
This can be found in pdf form, install ... |
Topic: MOVE_ALLOC - error 984 |
PaulLaidler
Replies: 4
Views: 1455
|
Forum: Support Posted: Mon Feb 03, 2025 12:59 pm Subject: |
Ken
This code fails for me and I don't know why at the moment. It may relate to the fact that the MOVE_ALLOC is being applied to an argument.
I have logged this for investigation. |
Topic: MOVE_ALLOC - error 984 |
PaulLaidler
Replies: 4
Views: 1455
|
Forum: Support Posted: Mon Feb 03, 2025 8:57 am Subject: |
This bug has now been fixed for a future release of FTN95 but will probably not get into v9.10. In the mean time MOVE_ALLOC cannot be used with module variables. |
Topic: Avoiding flicker with rapid %pl updates |
PaulLaidler
Replies: 30
Views: 7957
|
Forum: ClearWin+ Posted: Mon Feb 03, 2025 8:24 am Subject: |
Ken
These applications are very impressive. |
Topic: MOVE_ALLOC - error 984 |
PaulLaidler
Replies: 4
Views: 1455
|
Forum: Support Posted: Mon Feb 03, 2025 8:18 am Subject: |
Thanks Ken. I have made a note of this.
I can't see a program from John dated 31 January. The one that I can see with subroutine extend_alloc compiles correctly for me. |
Topic: C++ query |
PaulLaidler
Replies: 2
Views: 5031
|
Forum: General Posted: Sat Feb 01, 2025 10:59 am Subject: |
Some changes are required for Win32 whilst iostream is not currently supported for x64.
#include <iostream.h>
int main() {
cout << "Hello World!";
re ... |
|