I installed this update and got the following issues:
- Run time error: call to missing routine __return_pstach_ptr The debugger points on error on completely legitimate line. In one crash cases the error was in the first line of the first function after CONTAINS keyword in module.
I added some other dump function before this function like this
integer function Emptyempty()
aaaaa= 1
bbbbb= 2
ccccc= 3
Emptyempty = 2
end function
and the __return_pstach_ptr error shifted to the first line of other function far from the start of the module
- %sd/%su not working
- lcase still not working after FTN95 update of Nov 3 2023
- SALFLIBC64.DLL name is supplied all in capital letters while some other before were in lower case. As a result the directory has both files creating confusion and conflicts






Now compiler distinguish cap/noncap letters ?