Author |
Message |
Topic: Window does not update |
EKruck
Replies: 2
Views: 2922
|
Forum: Support Posted: Mon Apr 18, 2022 3:00 pm Subject: |
Paul,
I have sent an example by email.
Erwin |
Topic: Window does not update |
EKruck
Replies: 2
Views: 2922
|
Forum: Support Posted: Fri Apr 15, 2022 1:53 pm Subject: Window does not update |
When closing a formatted window the calling window should be updated. This does not work in all cases since clearwin64.dll dated 10.4.2022.
As soon as I go back to clearwin64.dll dated 3.2.2020 it w ... |
Topic: Help Text Missing |
EKruck
Replies: 1
Views: 6943
|
Forum: Plato Posted: Fri Apr 15, 2022 1:42 pm Subject: Help Text Missing |
Starting helptext from Plato menu - FTN95 or ClearWin+ - left side with the topics is showing up, but the text on the right side is missing. |
Topic: Problem with TRAP_EXCEPTION@ |
EKruck
Replies: 3
Views: 3447
|
Forum: Support Posted: Wed Mar 30, 2022 2:54 pm Subject: |
I have send you a peronal message, because it's too big to post it here. |
Topic: New Compiler Warnings |
EKruck
Replies: 5
Views: 3983
|
Forum: Support Posted: Wed Mar 30, 2022 8:02 am Subject: |
SUBROUTINE Draw_Text (dX1, dY1, Text, Rota, nColor) ! Draw text
IMPLICIT NONE
! INCLUDE <windows.ins>
REAL*8 dX1, dY1, Rota
CHARACTER Text*(*)
... |
Topic: New Compiler Warnings |
EKruck
Replies: 5
Views: 3983
|
Forum: Support Posted: Tue Mar 29, 2022 4:11 pm Subject: |
Paul,
your example is not good. It does as well not provide the warning on my system.
Erwin |
Topic: New Compiler Warnings |
EKruck
Replies: 5
Views: 3983
|
Forum: Support Posted: Mon Mar 28, 2022 10:39 am Subject: New Compiler Warnings |
I downloaded and installed all files from
Sticky: Latest executables and DLLs
Now I get about 150 warnings like
0024) FileName = ADJUSTL(CDAT(5: ))
WARNING - 1289: Procedure expected for arg ... |
Topic: Problem with TRAP_EXCEPTION@ |
EKruck
Replies: 3
Views: 3447
|
Forum: Support Posted: Thu Mar 24, 2022 7:34 am Subject: |
All my programs are 64 bit. That are Windows programs starting from a desktop icon or via CreateProcessA from a separate thread.
I will try to create a small example. |
Topic: Problem with TRAP_EXCEPTION@ |
EKruck
Replies: 3
Views: 3447
|
Forum: Support Posted: Wed Mar 23, 2022 6:24 pm Subject: Problem with TRAP_EXCEPTION@ |
I have just changed to Ftn95 ver. 8.80
Non of my programs using TRAP_EXCEPTION@ is working anymore. |
Topic: DLL not found |
EKruck
Replies: 3
Views: 3480
|
Forum: Support Posted: Fri Apr 09, 2021 4:25 pm Subject: |
It seem to happen only on one PC. It was running since years.
I deinstalled FTN95, Intel Fortran and Visual Studio 2019. Windows 10 has been updated automatically.
If I include the directory in th ... |
Topic: DLL not found |
EKruck
Replies: 3
Views: 3480
|
Forum: Support Posted: Thu Apr 08, 2021 4:46 pm Subject: DLL not found |
salflibc64.dll not found
When I start an exe-file I get the error above. The DLL is in the same folder as the executable.
Any idea? |
Topic: FLUSH |
EKruck
Replies: 3
Views: 4461
|
Forum: Support Posted: Wed Apr 22, 2020 9:35 am Subject: |
o.k. now I have seen the difference. I use it since years in INTEL Fortran. There I have to use CALL FLUSH (unit). |
Topic: FLUSH |
EKruck
Replies: 3
Views: 4461
|
Forum: Support Posted: Wed Apr 22, 2020 9:30 am Subject: |
I know. And why is it not found? |
Topic: FLUSH |
EKruck
Replies: 3
Views: 4461
|
Forum: Support Posted: Wed Apr 22, 2020 6:22 am Subject: FLUSH |
using the announced new Fortran feature "CALL FLUSH" leads in the linker to:The following symbols were not defined:
FLUSH |
Topic: Problem with ADD_MENU_ITEM@ |
EKruck
Replies: 3
Views: 4319
|
Forum: ClearWin+ Posted: Tue Apr 21, 2020 1:50 pm Subject: |
It's definitely a bug in ADD_MENU_ITEM@.
Changing back to calls with constants and using OPTIONS (ignore 1244), the program is running again perfectly.
OPTIONS (ignore 1244)
SUBROUTIN ... |
|