I have an old program using Escape sequences for userinteraction on a screenbasis. It has bene working on many different systems and all those escapesequences are generated in ONE routine working on the definition of what has to be shown.
Now (after over 10 years) I need to make that program...
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...