comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam@spam.com>
Subject: Re: DOS or Windows Console I/O
Date: Thu, 14 Aug 2003 01:23:01 GMT
Date: 2003-08-14T01:23:01+00:00	[thread overview]
Message-ID: <3F3AE473.9050506@spam.com> (raw)
In-Reply-To: 8Gx_a.2094$jw4.1318@nwrdny03.gnilink.net

Stephane Richard wrote:
> 
> From what I've read in the Ada95 RM and on multiple source examples, I dont
> believe Ada95, be it for DOS or Windows Console Text mode, does colors, or
> does rectangular scrolling, or nothing of the sort.  (Pascal programmers
> will recognize the commands I'm looking for in Ada :-) and for that matter,
> they will also know I'm looking for a Crt Library equivalent for ada :-)..

I've used Turbo Pascal, and know what you're talking about, but they're 
not part of Pascal.

If you're using DOS or Win 95/98/ME, you can load ANSI.SYS and use ANSI 
escape sequences to do what you want. This has the advantage that it's 
portable to most text windows on other systems, such a Xterms on UNIX 
systems.

If you're using NT/2k/XP, that won't work. You need to get something 
that makes the NT calls. For that I've used NT_Console by Jerry van 
Dijk. The URL is not included with the distribution, but I suspect a 
little work with Google should find it for you.

-- 
Jeff Carter
"I wave my private parts at your aunties."
Monty Python & the Holy Grail




  parent reply	other threads:[~2003-08-14  1:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-13 21:00 DOS or Windows Console I/O Stephane Richard
2003-08-13 21:05 ` DOS or Windows Console I/O (Addendum) Stephane Richard
2003-08-14  0:03   ` Jeffrey Creem
2003-08-13 21:25 ` DOS or Windows Console I/O Larry Kilgallen
2003-08-13 23:56   ` Stephane Richard
2003-08-14 11:46   ` Dmytry Lavrov
2003-08-14  1:23 ` Jeffrey Carter [this message]
2003-08-14 11:49   ` Ross Higson
2003-08-14  5:16 ` Gautier Write-only
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox