Manual Pseint
Manual Pseint
1. TURBO DEBUGGER
----------------Turbo Debugger has been upgraded to version 1.5 to support
Turbo Pascal 5.5's object-oriented extensions. You can debug
both 5.0 and 5.5 programs with the new release of TD (1.5). If
you have TD 1.0, you can still debug any TP 5.5 programs that
do not use objects.
If you don't already have Turbo Debugger 1.5, call Customer
Service for information about upgrading: (408) 438-5300.
2. IMPORTANT NOTES & ADDITIONS
-----------------------------o REBUILD TPUs. Remember to rebuild your old units with version
5.5 or you'll get an error 72 (Unit file format error) when you
try to use that unit. To rebuild an entire program from the
Integrated Development Environment, load the main program into
the editor and select the COMPILE/BUILD menu command. If you
are using the command-line compiler, type:
tpc /b ProgramName
You'll need to have all source code available in the logged
directory or in the OPTIONSDIRECTORYUNIT DIRECTORY path.
o COMPILER ERROR MESSAGES. The following compiler error
messages have been added or modified:
99 File and procedure types are not allowed here
146 File access denied
o RUN-TIME ERROR MESSAGE. The following new run-time error
message will occur if range-checking is on {$R+} and a call is
made to an object's virtual method when that object has not yet
been initialized via a constructor call (see Page 37 in the
Object-Oriented Programming Guide for more information):
210 Object not initialized
3. TOUR - NEW INTRODUCTION TO THE IDE
------------------------------------Version 5.5 now includes Tour, an online introduction to the
Integrated Development Environment (IDE). If you are new to
Turbo Pascal, spending 15 minutes with Tour will get you up to
speed in the IDE.