Re: [fpc-pascal] CTRL-Break and asynchronous exec

2009-04-10 Thread Tomas Hajny
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

Re: [fpc-pascal] CTRL-Break and asynchronous exec

2009-04-10 Thread Jürgen Hestermann
> 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

Re: [fpc-pascal] CTRL-Break and asynchronous exec

2009-04-10 Thread Marco van de Voort
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

[fpc-pascal] CTRL-Break and asynchronous exec

2009-04-10 Thread Jürgen Hestermann
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