James Richters wrote:
> I have a freepascal Windows console application that I recently ported
> over from DOS Turbo Pascal. I am have a small settings file that I
> write to disk that keeps getting corrupted. It happens only
> occasionally, but it’s always this one file, no others.Do I need
On Tue, February 21, 2017 22:12, James Richters wrote:
Hello James,
> I have a freepascal Windows console application that I recently ported
> over from DOS Turbo Pascal. I am have a small settings file that I write
> to disk that keeps getting corrupted. It happens only occasionally, but
> i
I have a freepascal Windows console application that I recently ported over
from DOS Turbo Pascal. I am have a small settings file that I write to disk
that keeps getting corrupted. It happens only occasionally, but it’s always
this one file, no others.Do I need to do something specific t
Hi all,
I would like to use hexadecimal values in a pyacc script. However, when
doing so pyacc thinks I am using a rule assign (or whatever the correct
term is) eg $$ := $1 as opposed to writeln(yyoutput, $76);.
Is this a shortcoming of pyacc, or do I need to escape the dollar sign
in a specific