Author |
Message |
Topic: Possible bug |
StamK
Replies: 5
Views: 14792
|
Forum: Support Posted: Sun Jun 22, 2025 5:19 pm Subject: |
Confirmed fixed! |
Topic: Possible bug |
StamK
Replies: 5
Views: 14792
|
Forum: Support Posted: Sun Jun 22, 2025 9:15 am Subject: |
Would it be possible to have updated EXE/DLLs in the support page? Thanks |
Topic: Possible bug |
StamK
Replies: 5
Views: 14792
|
Forum: Support Posted: Sat Jun 21, 2025 6:53 pm Subject: |
This is my Windows version
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.26100 N/A Build 26100 |
Topic: Possible bug |
StamK
Replies: 5
Views: 14792
|
Forum: Support Posted: Sat Jun 21, 2025 6:51 pm Subject: Possible bug |
Whenever I try to compile the following subroutine (32bit or 64bit, v9.12.0), I am getting
subroutine test_regression ()
REAL, ALLOCATABLE :: AIN(:)
nk = 1 ... |
Topic: SDBG variable output with unicode |
StamK
Replies: 1
Views: 23473
|
Forum: Support Posted: Tue Feb 04, 2025 12:37 pm Subject: SDBG variable output with unicode |
if I use SDBG to visualise the contents of a variable that contains greek characters from a utf-8 file they look garbled up. If I put print statements that go to a cmd console window I can see them pr ... |
Topic: MAXVAL with /check-option |
StamK
Replies: 9
Views: 31531
|
Forum: 64-bit Posted: Wed Jun 12, 2024 2:56 pm Subject: |
HI, I presume this is not fixed yet? Thanks |
Topic: C_associated |
StamK
Replies: 3
Views: 21062
|
Forum: Support Posted: Fri Jun 07, 2024 8:42 am Subject: |
We have an issue where a corrupt file causes an array to be populated with UNDEFINED via READ routines (as per other topic https://forums.silverfrost.com/viewtopic.php?t=4825&highlight=undefined) ... |
Topic: C_associated |
StamK
Replies: 3
Views: 21062
|
Forum: Support Posted: Fri Jun 07, 2024 12:20 am Subject: C_associated |
Is this included in iso_c_binding?
https://gcc.gnu.org/onlinedocs/gfortran/C_005fASSOCIATED.html
It is quite important because it checks the validity of C style pointers |
Topic: Linking order of object files |
StamK
Replies: 10
Views: 28031
|
Forum: Support Posted: Sat Mar 16, 2024 10:35 pm Subject: |
I am building a DLL file with a series of object files (.o in Gfortran or .obj in Silverfrost). I cannot put the same object more than once as it will complain that a function is already defined. |
Topic: Linking order of object files |
StamK
Replies: 10
Views: 28031
|
Forum: Support Posted: Sat Mar 16, 2024 9:17 pm Subject: |
Thanks for the reply, but I don't quite understand. Are you saying that you are building a .LIB file first?
I was saying that with SLINK64 (or SLINK) I never have any issues with undefined reference ... |
Topic: Linking order of object files |
StamK
Replies: 10
Views: 28031
|
Forum: Support Posted: Sat Mar 16, 2024 3:07 pm Subject: Linking order of object files |
Is FTN95 the only linker where the order of the object files is not important? It seems that in Gfortran if they are not put in the correct dependency order, then it will throw up undefined reference ... |
Topic: invalid_float$ not recognised as Logical |
StamK
Replies: 1
Views: 23569
|
Forum: 64-bit Posted: Sun Feb 18, 2024 8:53 pm Subject: invalid_float$ not recognised as Logical |
I am trying to compile the following in 64bit but I am getting the error
0004) if( invalid_float$(x)) then
*** Error 420: The condition in an IF statement should be LOGICAL
LOGICAL FUNCTION Q ... |
Topic: Slow speed of 64bit debug vs 32bit debug |
StamK
Replies: 4
Views: 25173
|
Forum: 64-bit Posted: Fri Dec 22, 2023 12:08 pm Subject: |
SDBG64 directly |
Topic: Slow speed of 64bit debug vs 32bit debug |
StamK
Replies: 4
Views: 25173
|
Forum: 64-bit Posted: Fri Dec 22, 2023 11:16 am Subject: Slow speed of 64bit debug vs 32bit debug |
Since the early days of 64bit up to now, we have noticed that debugging is much slower in 64bit than in 32bit. This is not only when starting up but also when stepping inside the program. Have other u ... |
Topic: Entry point get_file_size not found |
StamK
Replies: 1
Views: 23291
|
Forum: 64-bit Posted: Tue Dec 19, 2023 10:11 am Subject: Entry point get_file_size not found |
In the latest v9.0.0, I am getting the above error in SIMDEM64.DLL. Any ideas? |
|