[fpc-pascal]Graph for Windows
Rich Pasco
pasco at acm.org
Thu May 30 04:35:51 CEST 2002
Well, it's not quite as simple as substituting WinCRT for CRT,
because WinCRT is missing a number of the functions available in
the CRT unit. The missing functions include, to name a few:
ClrEOL, CursorBig, CursorOn, GoToXY, WhereX, WhereY, WindMax,
WindMin, Window ...
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?
- Rich
> In response to my query,
>
> > Can I accept keyboard input while the graph window has the focus?
>
> Andreas K. Foerster wrote,
>
> > Try to use WinCRT instead of CRT.
>
> Thank you, Andreas, that worked perfectly.
>
> New question: Other than asking here, how would I have known that
> from the documentation? In the manuals that came with 1.0.6, file
> units.pdf does not mention WinCRT at all. The only mention I could
> find was in user.pdf where section 9.3 says,
>
> wincrt This implements a console in a standard GUI window, contrary
> to the crt unit which is for the Windows console only.
> ...
More information about the fpc-pascal
mailing list