Mail Archives: djgpp/1994/07/15/19:17:40
> 3) Undelete reports we`re creating and deleting two files there:
> ?G2240AA.AAA 106496
> ?G4215AA.AAA 86016
> The ?-marks indicate an unknown character (undelete is clueless)
MS-DOS overwrites the first character when the file is deleted, so undelete
has no way of knowing what it was.
> If (as it appears) we MUST create a swap file even if one is not
> needed, why does the FAQ recommend against pointing GO32TMP at a
> ramdrive?
Probably because swap files can get very large. If you do a system() call,
all memory your app was using gets paged out except for 100K or so of go32.
Have you tried the real-mode gcc (gcc257rm.zip)? It might be a little faster.
- Raw text -