The cFilesystem library has been used for many years by the DFRefactor project and has worked without a problem.
However, when compiling the DFRefactor.src program under DF26 in x64 mode, the debugger crashes.
The offending line is this one:
Move (fsFindNextFile(hFindFile, AddressOf(lsFindData))) to bOk
It works just fine if compiled in x32 code mode with DF 26.
This might, of course, be because something changed in the DF runtime or debugger, I wrote this to bring the problem into focus, and to let us keep our eyes on it.
The cFilesystem library has been used for many years by the DFRefactor project and has worked without a problem.
However, when compiling the DFRefactor.src program under DF26 in x64 mode, the debugger crashes.
The offending line is this one:
Move (fsFindNextFile(hFindFile, AddressOf(lsFindData))) to bOk
It works just fine if compiled in x32 code mode with DF 26.
This might, of course, be because something changed in the DF runtime or debugger, I wrote this to bring the problem into focus, and to let us keep our eyes on it.