On Fri, April 10, 2009 18:10, Jürgen Hestermann wrote:
> > Marco van de Voort schrieb:
>> However in such cases
>> it is easiest to look how FPC's biggest console app (the textmode IDE)
>> does
>> it.
>
> Thanks Marco for the quick answer. I tried to find where the IDE does
> the keyboard input bu
> Marco van de Voort schrieb:
However in such cases
it is easiest to look how FPC's biggest console app (the textmode IDE) does
it.
Thanks Marco for the quick answer. I tried to find where the IDE does
the keyboard input but without success. Where in these 97 files could it
be? It seems that
In our previous episode, J?rgen Hestermann said:
> I am trying to port some console programs to Free-Pascal(they use the
> CRT unit and originaly where written for Turbo-Pascal then they were
> ported to Virtual-Pascal). I use "MODE OBJFPC". Now I am stumbling over
> some problems:
>
> 1.) I ch
I am trying to port some console programs to Free-Pascal(they use the
CRT unit and originaly where written for Turbo-Pascal then they were
ported to Virtual-Pascal). I use "MODE OBJFPC". Now I am stumbling over
some problems:
1.) I check for keyboard input with the READKEY function. How can I