What ITLogLib/Delphi consists of

ITLogLib/Delphi is part of iTech Logging since version 2.2. It is a Delphi unit ("ITLogLib2.DCU") providing a full object-oriented API to ITLogLib. Included is also the source code of this unit ("ITLogLib2.PAS"). Internally it builds on ITLogLib/Win32, the standard Windows dynamic link library (DLL) variant of ITLogLib.

Altogether you have the following files:

§      ITLogLib2.dcu: The Delphi unit in compiled form (DCU= Delphi compiled unit), needed to compile your Delphi programs when using iTech Logging.
You find it in the directory
.\ITLogLib\Delphi\lib of your ITL installation.

§      ITLogLib2.pas: The source code of the Delphi unit. Instead of using the DCU, you can also simply add this file to your projects.

You find it in same directory as the DCU, that is the directory .\ITLogLib\Delphi\lib of your ITL installation.

§      ITLogLib2Win32.dll: The ITLogLib/Win32 runtime DLL, needed to run your programs.
Setup copies this file to
system32 directory of your Windows installation.
It also copies it to the directory
.\ITLogLib\Win32\dll of your ITL installation.

 

See also:

§      Setting up your project.

§      Shipping ITLogLib with your applications