Description of DCU32INT :
This program can parse the Delphi 2.0-7.0 and Kylix 1.0 units (DCU) and convert their information into the close to Pascal form. DCU32INT stands for DCU32 Interface, because the program can't extract the complete Pascal source, but the extracted unit interface is almost correct (with some restrictions). Besides from the unit interface, the DCU32INT utility extracts the unit implementation part and disassembles the code of procedures using a very basic i80x86 disassembler.This program have passed successfully the parse all .LIB test for all the supported by it Delphi and Kylix versions, i.e. it have parsed all units in the DELPHI LOCATIONLIB directory with no errors reported.