Author |
Message |
Topic: GET_GSTORAGE@ doesn't always work? |
Robert
Replies: 52
Views: 1824
|
Forum: Support Posted: Wed Jan 18, 2023 9:55 am Subject: |
It is a function of FTN95 but the checks are so ingrained that the best way is to avoid the checking options... |
Topic: GET_GSTORAGE@ doesn't always work? |
Robert
Replies: 52
Views: 1824
|
Forum: Support Posted: Wed Jan 18, 2023 9:31 am Subject: |
If the address of the variable is above 2GB in 32-bit mode then you can get checking errors. This is by design. Original 32-bit Windows did not allow any user variables above 2GB and so the checking u ... |
Topic: GET_GSTORAGE@ doesn't always work? |
Robert
Replies: 52
Views: 1824
|
Forum: Support Posted: Tue Jan 17, 2023 7:11 pm Subject: |
If you are allocating from the top 2GB then it is false positive but they checking mechanisms are designed that way. |
Topic: GET_GSTORAGE@ doesn't always work? |
Robert
Replies: 52
Views: 1824
|
Forum: Support Posted: Fri Jan 06, 2023 2:00 pm Subject: |
It is worth remembering that VirtualAlloc allocates (or uses memory) at page size granularity. So an alloc of a few bytes takes a full 4K page |
Topic: problem with forum links? |
Robert
Replies: 4
Views: 411
|
Forum: General Posted: Thu Jan 05, 2023 1:31 pm Subject: |
It should work now. |
Topic: problem with forum links? |
Robert
Replies: 4
Views: 411
|
Forum: General Posted: Thu Jan 05, 2023 12:17 pm Subject: |
404 is a bit odd - I just tried with Edge and it worked fine.
There is no SSL on it -- so not 'secure' |
Topic: Problems with resource script |
Robert
Replies: 10
Views: 653
|
Forum: Support Posted: Wed Dec 14, 2022 10:39 am Subject: |
I can confirm that resource space is limited to 10 million bytes. We will work to increase that. |
Topic: Strange effect of unused subroutines on results |
Robert
Replies: 4
Views: 674
|
Forum: 64-bit Posted: Fri Dec 02, 2022 6:23 pm Subject: |
That is odd. It seems related to the equivalence statement in mdu. |
Topic: Plugin install error |
Robert
Replies: 2
Views: 571
|
Forum: Support Posted: Sat Oct 22, 2022 11:57 am Subject: |
It doesn't work with VS2022. |
Topic: Finding the number of files/folders in a folder |
Robert
Replies: 7
Views: 963
|
Forum: Support Posted: Sat Sep 24, 2022 6:31 pm Subject: |
Try pointing at C:\Windows\WinSxS |
Topic: Impossible to set the breakpoint in SDBG64? |
Robert
Replies: 5
Views: 1134
|
Forum: 64-bit Posted: Sun Sep 18, 2022 10:23 am Subject: |
Cross over posting! |
Topic: Impossible to set the breakpoint in SDBG64? |
Robert
Replies: 5
Views: 1134
|
Forum: 64-bit Posted: Sun Sep 18, 2022 10:22 am Subject: |
Do you think the dots and source are in sync at all? If you stop at line 13620 and do a step does iLoopMax become 2000000000?
the debugger takes the rap for not allowing breakpoints on certain l ... |
Topic: Impossible to set the breakpoint in SDBG64? |
Robert
Replies: 5
Views: 1134
|
Forum: 64-bit Posted: Sat Sep 17, 2022 8:50 pm Subject: |
Is the using FTN95 8.90? |
Topic: Fortran 2003 and 2008 features |
Robert
Replies: 144
Views: 50150
|
Forum: Suggestions Posted: Thu Jul 14, 2022 11:39 am Subject: |
Surely there are other 'makes' around. |
Topic: RETURN_STORAGE@ not returning memory |
Robert
Replies: 13
Views: 1767
|
Forum: Support Posted: Sat Jun 25, 2022 10:41 am Subject: |
I am not sure you can use GlobalMemoryStatusEx to see the changes. RETURN_STORAGE@ doesn't necessarily return the memory to the system. |
|