Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ANSI C/DOS escape sequences in Win XP
Name: WCM Date: January 8, 2002 at 12:57:04 Pacific
Comment:
I program "industrial controllers" in ANSI C using Visual C++ 6.0. The programs run in a DOS window and use ASCII/ANSI DOS Escape Sequences for cursor locations, colors, etc. In Win98, after adding device=c:\windows\system\ansi.sys to the config.sys file, everything runs fine.
However in XP, I am unable to get it to recognize the Escape Sequences. I am assuming that this is due to the fact that XP does not run on top of DOS.
Summary: I program "industrial controllers" in ANSI C using Visual C++ 6.0. The programs run in a DOS window and use ASCII/ANSI DOS Escape Sequences for cursor locations, colors, etc. In Win98, after adding...
Summary: If your printer is connected via a parallel (LPT1) or serial (COM1) port, the job is straightforward, just call the command Copy /B File_Name LPT1 (or COM1 if serial one) Otherwise, if the printer is ...
Summary: Dear : the control programs do not work in win xp I made a pascal program which control ports ( pararel output), It is working in win 98 only who can I make it work in win xp thanks a lot ...