Author |
Message |
Topic: where are the .obj files for FTN95 9.11? |
simon
Replies: 3
Views: 7935
|
Forum: Support Posted: Mon Jun 02, 2025 2:01 am Subject: |
Thanks Paul. 9.12 works |
Topic: where are the .obj files for FTN95 9.11? |
simon
Replies: 3
Views: 7935
|
Forum: Support Posted: Fri May 30, 2025 3:27 am Subject: where are the .obj files for FTN95 9.11? |
I have just installed the new files for version 9.11, but when I run a project, the object files do not appear in the usual place - e.g., .\Release\Win32\
Any existing object files are deleted, but ... |
Topic: setMaxLines |
simon
Replies: 2
Views: 15662
|
Forum: ClearWin+ Posted: Tue May 06, 2025 11:18 pm Subject: |
In case it is helpful to anyone experiencing a similar problem, I successfully resolved this issue. It was caused by an attempt to write to a ClearWin+ window with an incorrect Fortran unit number. |
Topic: setMaxLines |
simon
Replies: 2
Views: 15662
|
Forum: ClearWin+ Posted: Fri Apr 25, 2025 8:42 pm Subject: setMaxLines |
I have an application that works perfectly ok until I have opened an external file a couple of times, and then all of the menu items stop working. The program has not frozen; if I click on the menus t ... |
Topic: IOSTAT error 146 |
simon
Replies: 15
Views: 39422
|
Forum: Support Posted: Mon Apr 21, 2025 5:23 pm Subject: |
Hi Paul,
Understood. It seems to affect both OPEN and INQUIRE - the latter returns .false. when using EXIST, and OPEN generates the 146 error message. But you have given me an idea with RENAME ... |
Topic: IOSTAT error 146 |
simon
Replies: 15
Views: 39422
|
Forum: Support Posted: Sat Apr 19, 2025 6:33 pm Subject: |
I have identified a cause of this problem. If there is an accent in the filename or directory, then Open returns the error 146. This problem is not unique to FTN95; any ideas of how to work around tha ... |
Topic: Operator |
simon
Replies: 1
Views: 8942
|
Forum: Support Posted: Mon Apr 14, 2025 11:37 pm Subject: Operator |
FTN95 does not allow spaces in some operator declarations. For example, the
following is not permitted:
Public :: Operator( /= )
Interface Operator( /= )
Mod ... |
Topic: Windows 11? |
simon
Replies: 8
Views: 42569
|
Forum: General Posted: Mon Apr 07, 2025 4:21 pm Subject: |
Hi Bill,
One user is getting an error message from the Fortran open command. I'm not 100% certain, but am guessing this is the error message 146 that you commented on before:
https://forums.silverf ... |
Topic: Windows 11? |
simon
Replies: 8
Views: 42569
|
Forum: General Posted: Sun Apr 06, 2025 6:18 pm Subject: |
I have a few Windows 11 users complaining that my app causes problems - usually when opening a file. I am now using the new %cd format code rather than get_filtered_file@ and wonder whether this may b ... |
Topic: Problem with flywheel |
simon
Replies: 1
Views: 9667
|
Forum: ClearWin+ Posted: Thu Apr 03, 2025 11:15 pm Subject: Problem with flywheel |
The following program returns nonsense values if the up or down flywheel is pushed. The prompted value (adate%iyr) always becomes 0 regardless of how many times the button is pushed, and the other val ... |
Topic: Runtime error in 64-bit but not 32 |
simon
Replies: 7
Views: 19958
|
Forum: 64-bit Posted: Mon Mar 31, 2025 5:56 pm Subject: |
Ok. That makes sense. |
Topic: IOSTAT error 146 |
simon
Replies: 15
Views: 39422
|
Forum: Support Posted: Mon Mar 31, 2025 5:54 pm Subject: |
Thanks Bill. I'll investigate that. |
Topic: IOSTAT error 146 |
simon
Replies: 15
Views: 39422
|
Forum: Support Posted: Mon Mar 31, 2025 4:03 pm Subject: |
Thanks all. Including the full path seems to have resolved the problem. I've been using the relative path for years, so I don't know why it stopped working. I don't have dropbox installed, but I like ... |
Topic: Runtime error in 64-bit but not 32 |
simon
Replies: 7
Views: 19958
|
Forum: 64-bit Posted: Mon Mar 31, 2025 3:55 pm Subject: |
... but why was there a conflict with ClearWin+ when no ClearWin+ routines were being used? |
Topic: IOSTAT error 146 |
simon
Replies: 15
Views: 39422
|
Forum: Support Posted: Mon Mar 31, 2025 1:38 am Subject: |
I have started to get this problem too, but in an apparently simpler setting. If I try to read a file that is one directory up and prefix the filename with "..\" then I get this error 146. I ... |
|