Saved Bookmarks
| 1. |
Solve : Dos open exe -- fonts incorrect? |
|
Answer» Just TESTING an old bank exe program Do you have written consent from the bank to use that? Even if old, licenses and regulations don't change.Yes. It is sent from bank to its customer (our company) for autopay to use legally. We are going to migrate Windows XP to Windows 7 for running this application. Although I setup another Windows XP, the same result as capture screen is get. All the fonts, codepage, screen resolution, Non-Unicode country setting is double checked. Really no ideas. The program is trying to use ANSI escape sequences. Add the line Code: [Select]Device=ansi.sys in C:\Windows\system32\config.nt If there is no config.nt file, create it. (Note, also try C:\Windows\Syswow64\config.nt)Quote from: BC_Programmer on July 12, 2018, 05:11:30 PM The program is trying to use ANSI escape sequences. It works!!! Really really thanks for your help! |
|