: Help! I need a program that converts an executable so that it runs
: on computers that the executable won't normally run on. I don't
: recall the name of the small conversion program but I think it
: corrects a Y2k problem or something like that. It's used by running
: the conversion program, then typing in the name of the executable to
: be converted. Does anyone know what I'm talking about? Thanks.
:
I think what you want is TPPATCH, which fixes the runtime 200 error in Turbo Pascal. Turbo Pascal programs which use the CRT unit will crash with RUNTIME ERROR 200 when run on machines faster than about 200 MHz. Google "TPPATCH" to find downloads of TPPATCH.EXE