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=0.2 required=5.0 tests=BAYES_00,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,5f05fd52c45de56c X-Google-Attributes: gid103376,public From: Hans Marqvardsen Subject: Re: ObjectAda and ANSI.SYS Date: 1998/06/17 Message-ID: <3587B2D4.489C@ddre.dk>#1/1 X-Deja-AN: 363823735 Content-Transfer-Encoding: 7bit References: <35879521.65EE@ddre.dk> Content-Type: text/plain; charset=us-ascii Organization: DDRE Mime-Version: 1.0 Reply-To: hm@ddre.dk_nospam Newsgroups: comp.lang.ada Date: 1998-06-17T00:00:00+00:00 List-Id: Hans Marqvardsen wrote: > > I am reading Feldman&Koffman:Ada95 and would like to use their SCREEN > package on Windows NT4.0 (and also Windows 95). > > The book says I have to install ANSI.SYS first. > > Can anybody please give specific directions on how to do this? > > Thanks in advance for any help, Hans. Sorry, forgot to mention, I HAVE included the line device=c:\winnt40\system32\ansi.sys in CONFIG.NT. When I open a DOS window, and use the MEM /P command, the output confirms that ANSI.SYS is in fact installed; Name:ANSI, SIZE:1060, Type:DEVICE= However, when I run Feldmans SMILEY procedure, the output merely lists the escape sequenses without interpretation. IE the first line starts: <-[2J<-[7;34fHave a Nice Day!<-[9;34f___ ("<-" represents one-character arrow-left, meaning escape) Please, what have I forgotten to do, to make the Ada-console-window ANSI-aware? -- Hans