Re: [fpc-pascal]Readkey

2004-08-20 Thread Marco van de Voort
> I'm using the following units on Linux. > > USES ports, dos, crt, graph, printer; > > readkey doesn't capture keystrokes as they're typed. It reads them all > in sequence only after the user presses enter. This is unlike the way > TP reads the kbd buffer. > > Am I doing something wrong?

[fpc-pascal]Readkey

2004-08-20 Thread Jeff Weeks
I'm using the following units on Linux. USES ports, dos, crt, graph, printer; readkey doesn't capture keystrokes as they're typed. It reads them all in sequence only after the user presses enter. This is unlike the way TP reads the kbd buffer. Am I doing something wrong? And Linux terminates

Re: [fpc-pascal]BGIDriv and BGIFont units?

2004-08-20 Thread Jonas Maebe
On 20 aug 2004, at 19:59, Jeff Weeks wrote: Code here : http://community.freepascal.org:1/bboard/q-and-a-fetch-msg.tcl? msg_id=qd&topic_id=14&topic=Developing%20for%20Windows shows units called BGIDriv and BGIFont. Is this true, do they work and how do I get them? That person simply says

[fpc-pascal]BGIDriv and BGIFont units?

2004-08-20 Thread Jeff Weeks
Code here : http://community.freepascal.org:1/bboard/q-and-a-fetch-msg.tcl? msg_id=qd&topic_id=14&topic=Developing%20for%20Windows shows units called BGIDriv and BGIFont. Is this true, do they work and how do I get them? Gracias! Jeff On Aug 20, 2004, at 10:07 AM, Jeff Weeks wrote: Anyone

[fpc-pascal]GraphiX unit?

2004-08-20 Thread Jeff Weeks
Anyone ever use this unit? Just wondering if it works better http://www.cg.tuwien.ac.at/~knapp/graphix_old/gxhome.html Jeff On Aug 4, 2004, at 8:12 AM, John Coppens wrote: On Tue, 3 Aug 2004 09:35:14 +0200 Jonas Maebe <[EMAIL PROTECTED]> wrote: On 3 aug 2004, at 06:34, John Coppens wrote: I mo