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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c83ec73b53ef3ce2 X-Google-Attributes: gid103376,public From: "Jon Jensen" Subject: Re: Cursor positioning with console application under Windows NT Date: 1997/12/01 Message-ID: <01bcfe69$02697c60$baeb649b@freeman>#1/1 X-Deja-AN: 294352037 References: <01bcfa8c$e3d34310$123d7a86@dchristensen> Organization: University of Utah Computer Center Newsgroups: comp.lang.ada Date: 1997-12-01T00:00:00+00:00 List-Id: Modify your config.nt file to include the following: device=c:\winnt40\system32\ansi.sys Assuming of course you installed Windows NT in the C:\winnt40. Caution - make sure you are using the ansi.sys provided with Windows NT and not the one from MSDOS or Windows/Windows 95. Windows NT does NOT have a DOS subsystem the way Windows 95 does and attempting to use DOS device drivers (like ANSI.SYS from those operating systems) will certainly cause you problems. Also any systems which will run your program will also have to have this modification made. David Christensen wrote in article <01bcfa8c$e3d34310$123d7a86@dchristensen>... > Does anyone have any suggestions or pointers for positioning the cursor in > a console application under Windows NT? Using ANSI escape sequences is not > supported under NT and I haven't found any other mehtods available with > standard ADA. (If it matters, I can use either AONIX ObjectAda or the GNAT > complier.) > > Thanks. > > David Christensen >