I am trying to fix an old Delphi software. But i haven't used Delphi very long time. when i try to run the software :
[Fatal Error] CHAINU.PAS(10): File not found: 'TCustAbs.dcu'
In main POHook.dpr file
Uses Classes, Dialogs, Forms, IniFiles, SysUtils, Windows, CustAbsU,
Menus, EntMenuU, TCustAbs;
There is a TCUSTABS.PAS file inside the folder called BaseFile, Basefile Folder and POHOOK.dpr are in the same folder.
[Fatal Error] CHAINU.PAS(10): File not found: 'TCustAbs.dcu' Where is this .dcu file?