JackRnl
Chemical
- Dec 20, 2005
- 6
I'm using Compaq Visual Fortran v6.6 under Win2K.
I have an old Fortran-77 program using ANSI escape-sequences to display colored texts (and lines) and predefined positions on the screen.
I created a quickwin project, put the statement "device=ansi.sys" in CONFIG.SYS but what happens is that all texts (including the escapesequences itself) are written at the screen, no colors, no positioning.
What do I need to do to make a quickwin app recognize the escape sequences?
I have an old Fortran-77 program using ANSI escape-sequences to display colored texts (and lines) and predefined positions on the screen.
I created a quickwin project, put the statement "device=ansi.sys" in CONFIG.SYS but what happens is that all texts (including the escapesequences itself) are written at the screen, no colors, no positioning.
What do I need to do to make a quickwin app recognize the escape sequences?