[fpc-pascal]Graph for Windows

Andreas K. Foerster Andreas at AKFoerster.de
Thu May 30 10:46:26 CEST 2002


On Wed, May 29, 2002 at 07:35:51PM -0700, Rich Pasco wrote:

> I suppose that I can "mix and match" by using both CRT and WinCRT,
> but I feel like I'm in uncharted territory here.  Are there any
> documents that would help?

You could try it like this:
c1 := CRT.ReadKey;
c2 := WinCRT.ReadKey;

You should then always use the unit name.
If you don't, it uses that unit, that comes later in the unit clause. 

-- 
Tschuess
	Andreas




More information about the fpc-pascal mailing list