Re: [fpc-pascal] lldb problems with Xcode 8.2.1

2017-02-23 Thread Jonas Maebe
> On 23 Feb 2017, at 19:10, Jeremy Thompson wrote: > > I am experiencing some LLDB problems in macOS Sierra 10.12.3 with Xcode > 8.2.1. Its running the LLVM compiler with FPC 2.6.4. I can no longer get > breakpoints to function, they get skipped over. Short

Re: [fpc-pascal] FreePascal Windows - Force files to write to disk

2017-02-23 Thread Klaus Hartnegg
Am 22.02.2017 um 21:27 schrieb James Richters: Here is the procedure that reads the file. Also you could always try to immediately read the file each time it has been modified. Append a log entry to some other file, telling that the pax file was modified and whether it was still correct.

Re: [fpc-pascal] FreePascal Windows - Force files to write to disk

2017-02-23 Thread Klaus Hartnegg
Am 21.02.2017 um 22:12 schrieb James Richters: Assign(BitFile,'BitSave.pax'); {$I-} ReWrite(BitFile); if ioresult <> 0 then writeln ('error opening pax file'); WriteLn(BitFile,XADJ:1:8); WriteLn(BitFile,YADJ:1:8); WriteLn(BitFile,ZADJ:1:8); WriteLn(BitFile,WADJ:1:8);