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=2.1 required=5.0 tests=BAYES_40,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1dca1cee347390dd X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch (Gautier) Subject: Re: DOS interrupts with GNAT 3.04 Date: 1996/12/23 Message-ID: <1996Dec23.124409.5432@news>#1/1 X-Deja-AN: 205591870 references: organization: University of Neuchatel, Switzerland reply-to: Gautier.deMontmollin@Maths.UniNe.CH newsgroups: comp.lang.ada Date: 1996-12-23T00:00:00+00:00 List-Id: In article , Rich Maggio writes: > I am wondering if there are any provisions (aside from interfacing to another > programming language) in this Ada compiler to access the software interrupts > in DOS. The reason is this: by doing this, it would be very simple to put > together a package to perform nice screen output - cursor positioning, > character attributes, etc. >... > > Thanks in advance for your help. > > Rich Maggio > The interface with DOS interruptions is done in a package (DJGPP_Library if I remember well) of the vga-pack (EZ2LOAD). I've played with it some time ago for mouse and screen interruptions. Browse the archives PAQS and TESTS at http://www.unine.ch/math/Personnel/Assistants/Gautier/Gaut_FTP.htm Gautier