Date: Thu, 22 Apr 1999 11:34:02 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: ROUSSEAU Axel cc: djgpp AT delorie DOT com Subject: Re: translate TP -> GPC (2nd part) In-Reply-To: <371C8F74.6F75@fil.univ-lille1.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 20 Apr 1999, ROUSSEAU Axel wrote: > I need translate some Turbo Pascal function into GPC : > > textcolor (to set the color of the text) > gotoxy (to set the cursor in the screen) DJGPP supports these functions in the C library. I don't know how to access them from a Pascal program, though.