UNITINFO - Display information about 5.5, 6.0, and 7.0 TPx files ---------------------------------------------------------------- Brian Foley TurboPower Software 11/92 Version 1.3 Copyright (c) 1989-1992 TurboPower Software Released to the public domain UNITINFO is a utility program that displays the following information about Turbo Pascal 5.5, 6.0, and 7.0 TPx files (the version it is compiled with determines which version's TPx files it works with): - the state of the $D+ directive when the unit was compiled - the state of the $L+ directive when the unit was compiled - the state of the $N+ directive when the unit was compiled * - the state of the $O+ directive when the unit was compiled - the state of the $G+ directive when the unit was compiled (7.0 only) - the total amount of code in the unit - the total amount of data in the unit * Note that the information shown for the $N directive will not always be accurate. If the unit was compiled with $N+, but contains no floating point arithmetic, $N- will be shown. For instructions on how to use UNITINFO, compile it to an EXE file and enter "UNITINFO" at the DOS prompt (no command line parameters).