According to pege:
>From pege Tue Dec 5 14:15:44 1995
Subject: Re: GPC problem..
To: mamoman(a)xs4all.nl (Martin Moerman)
Date: Tue, 5 Dec 1995 14:15:44 +0100 (MEZ)
In-Reply-To: <Pine.SUN.3.90.951203013417.29850A(a)xs1.xs4all.nl> from "Martin Moerman" at Dec 3, 95 02:35:38 pm
X-Mailer: ELM [version 2.4 PL13]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 8bit
Content-Length: 1494
According to Martin Moerman:
>
> When i use gpc i can't use the command clrsrc (clear screen).
> Normaly in pascal i have to do (uses dos;),
you mean: uses crt;
> how can i solve this problem
> in gpc?
You have to find some standard library (dependend of your
operating system) which contains something equivalent to
clrscr. On DOS and OS/2, look into the EMX documentation
libref.doc (it is a C library, but never mind -- GPC.GUIDE
explains how to use it with GPC). With Linux, write the
terminal escape sequences to the screen to emulate functions
of CRT -- see the etc/termcap file for details.
Or you can wait a little: I am writing a system-independent
replacement for crt, graph, and the whole Turbo Vision (but in
graphics mode). (Some people say, there would be no need for it,
but I won't stop. :-) I hope to be ready for the first release
(of only the crt part) this year.
> ps. Is there also a manual for it (not gpc.guide)..
I am afraid, no. But read README.TURBO, there are some things
documented, how GPC differs from Turbo.
Bye,
Peter
--------------------------------------------------------------------------------
Dipl. Phys. Peter Gerwinski
Fachbereich Physik
Universitaet-GH Essen Phone: +49-201-183-2763
D-45117 Essen Fax: +49-201-183-2120
Germany e-mail: pege(a)mail.theo-phys.uni-essen.de
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Dipl. Phys. Peter Gerwinski
Fachbereich Physik
Universitaet-GH Essen Phone: +49-201-183-2763
D-45117 Essen Fax: +49-201-183-2120
Germany e-mail: pege(a)mail.theo-phys.uni-essen.de
--------------------------------------------------------------------------------