Here is a strange one - my big PB-DOS program worked fine until a few weeks ago, but now the data read from a disk file is being corrupted (zeros showing up in arrays when clearly the data is correct in the file). Weirdly enough, this only happens when the program is compiled on my desktop. If I compile exactly the same codes on my portable (with the same PB compile settings, I think), and copy the .exe and .pbc files to the desktop, then it runs fine. I've checked memory allocations, PB settings, etc... Any ideas out there?
------------------
------------------
Comment