
TP7/P5+ fix!  

v1.03 (10-14-98), freeware

written by Marek Futrega / MAF
e-mail: marek.futrega@students.mimuw.edu.pl

---

This program enables you to run programs build with Turbo/Borland
Pascal 7.0 (and perhaps older version) on computers with processors
like Pentium 200+, all Pentium 2 and faster ones.

Normally you'll get a "run time error 200 at..." message right after
running a program that uses a CRT library, which has a faulty code
for processor speed estimation.

This program doesn't make any changes in your executables - it's TSR.
It's very useful when you have no possibility to rebuild your programs.


This program may be freely distributed without prior permission.
I do not take any responsibilitie for damages caused by it.

The newest version can be always found at this URL:
http://rainbow.mimuw.edu.pl/~maf/tp7p5fix.zip

Feel free to e-mail me bug reports, comments, questions, etc.

---

TP7/P5+ fix! history:

version  what's new
.........................................................................

1.03     possibility to disable/enable program

1.02     corrected tracing method 
         (works fine with bigger TP7-compiled programs)

1.01     new way of tracing start of TP7-compiled program using int 21h;
         works fine inside TP7 IDE

1.00     first experimental version.
         uses int 10h to trace start of TP7-compiled program
         doesn't work inside TP7 IDE

