Unfortunately, the 64-bit version wouldn't run past sfx21 but then freeze and crash. Something must still be wrong with handle declarations, as Charles suggests.
I didnt update the 64 bit version. Let me do that quickly, i will also post the 64bit source code.
Done. I also posted the PowerBASIC version of it. Its much clearer, but not nearly as organized as
the PluriBASIC code. The original code uses macros, and separate source files to make it more
readable and mantainable. I may post it later as well.
I was also able to test the 32bit one for like 30 minutes with no crashes. That looks like good news.
However the 64bit one still crashes... all updates applied. For this one it may not be the download
process crashing it tough. I am looking into what may cause that even the original one crashes in the
same point.
Upodate: It is DIR$ for 64 bits. The workaround was not enough. I will have to wait for a permanent
fix until Charles fixes CHAR arrays for TYPEs. In the meantime i have uploaded a version that just calls
FindNextFile twice before starting file searches. This seems to fix the issue and makes it playable for now.
In fact that may very well be the reason it was sometimes crashing on 32bit as well. Let's wait and see.