I have an old QBASIC program (which I did not write) which was compiled under Windows NT 3.51 and I am running it under Windows NT 4. The program draws a plot using 'SCREEN 2' and 'LINE' commands. The program displays the plot, waits for a keypress, and returns control to the program.
However, the programming is locking up the PC; keypresses are ignored, interrupts are ignored (ctrl-c, ctrl-alt-delete, etc.), and I have to power the PC off and restart.
Can anybody provide advice on what may cause this problem, and how to correct it? The actual code that does the plotting hasn't changed since 1994. The only change I can identify is the new version of Windows NT which we are now using.
Are there any external settings in Windows NT 4 which we might use to eliminate this problem?
Any suggestions are appreciated.
However, the programming is locking up the PC; keypresses are ignored, interrupts are ignored (ctrl-c, ctrl-alt-delete, etc.), and I have to power the PC off and restart.
Can anybody provide advice on what may cause this problem, and how to correct it? The actual code that does the plotting hasn't changed since 1994. The only change I can identify is the new version of Windows NT which we are now using.
Are there any external settings in Windows NT 4 which we might use to eliminate this problem?
Any suggestions are appreciated.