From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c5c811a32f0eb4e7,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-02 09:49:43 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: debs.wisbey@amsjv.com (Debs Wisbey) Newsgroups: comp.lang.ada Subject: Alsys Ada Compiler DOS/DOSE Packages Date: 2 Jun 2003 09:49:42 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1054572583 17349 127.0.0.1 (2 Jun 2003 16:49:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 2 Jun 2003 16:49:43 GMT Xref: archiver1.google.com comp.lang.ada:38378 Date: 2003-06-02T16:49:43+00:00 List-Id: Dear All, 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. Does anyone know where I can find equivalent functions/procedures or a more detailed explanation of the package contents (other than the specs) so that I can create some packages that in effect do similar things? 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. Thank you for any help that you can give me, Debs.