comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam@spam.com>
Subject: Re: Alsys Ada Compiler DOS/DOSE Packages
Date: Tue, 03 Jun 2003 02:07:30 GMT
Date: 2003-06-03T02:07:30+00:00	[thread overview]
Message-ID: <3EDC02C9.8030209@spam.com> (raw)
In-Reply-To: b3b4e2d7.0306020849.48b60bd1@posting.google.com

Debs Wisbey wrote:
> 
> I currently have a software program that is written in Ada and built
> using the Alsys Ada 286/DOS compiler v4.3 and I am trying to port it
> to the GNAT 3.10p Ada compiler for MS-DOS.  Unfortunately, my current
> software contains numerous calls to the DOS and DOSE packages that, I
> think, are specific to the Alsys Ada compiler.

Depends on what they do. Does 3.10 come with GNAT.OS_Lib?

> Also, does anyone know if you can draw a table/grid and then populate
> it with values?  This entails positioning the cursor on the screen at
> a given co-ordinate and as of yet I cannot find a way of doing it.  My
> only solution is to redraw the screen each time values change, which
> is not very efficient.

There are a number of ways to do that for DOS. One of the more portable 
(except to Win NT/2k/XP) is with the ansi.sys driver loaded, using ANSI 
escape sequences. You can use PragmARC.ANSI_TTY_Control for many of them:

http://home.earthlink.net/~jrcarter010/pragmarc.htm

-- 
Jeff Carter
"I'm a lumberjack and I'm OK."
Monty Python's Flying Circus




  parent reply	other threads:[~2003-06-03  2:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-02 16:49 Alsys Ada Compiler DOS/DOSE Packages Debs Wisbey
2003-06-02 18:29 ` tmoran
2003-06-03  2:07 ` Jeffrey Carter [this message]
2003-06-03  2:33 ` 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