running old ansi.sys c programs on XP

G

Guest

I have a number of old but interesting c programs that use ansi.sys character
positioning commands for graphics.

Is there any simple way to compile and run these on an xp system. I would
like to make some change in the c too, so some reasonable way of debugging
them would be nice too.

There are designed around using the ansi escape commands to change print
colors and cursor position and then print the odd ansi characters.

Any idea?
 
J

Jimmy S.

Hi MikeL,

Is your C compiler written for DOS? If so...

With DOSBOX you can emulate a DOS computer on your XP desktop:
http://dosbox.sourceforge.net/information.php Or try MS Virtual PC:
http://www.microsoft.com/windowsxp/virtualpc/downloads/trial.asp
which allows you to install DOS or to run any operating system inside XP.

--
Cheers, Windows XP MVP Shell / User
Jimmy S. http://mvp.support.microsoft.com


Game FAQs: http://support.microsoft.com/default.aspx?scid=FH;[LN];gms
Visit my Zone.com / Gaming Helpsite: http://nibblesnbits.tk or Call / Contact
MS Support at: http://support.microsoft.com/default.aspx?scid=sz;en-us;top
My advice is donated "AS IS" without warranty; nor do I confer any rights.
_________________________________________________________

| I have a number of old but interesting c programs that use ansi.sys character
| positioning commands for graphics.
|
| Is there any simple way to compile and run these on an xp system. I would
| like to make some change in the c too, so some reasonable way of debugging
| them would be nice too.
|
| There are designed around using the ansi escape commands to change print
| colors and cursor position and then print the odd ansi characters.
|
| Any idea?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top