Compiling UD Monitor
UD Monitor is Free Software, distributed under the terms of GNU General Public License. That means you can download, view and modify the program's source code, and redistribute it under certain conditions (read the license for details).
The source code was written in Borland Delphi 7, but may also compile in the older versions like Delphi 5 or 6.
In order to open UD Monitor source-code using the Delphi IDE, you will need to install the RX Library for Delphi and TNT Unicode Controls (the latter is also available from UD Monitor's site as a 207 KB .tgz archive).
Or, alternatively, you may compile the source code by using the Delphi command-line compiler. Just open the command-line prompt, navigate to the directory with UD Monitor sources and type
dcc32 ud_mon.dpr
This should work fine even if you don't have the RX Library installed, as UD Monitor sources already include all the required RX units. But you will need to have the Unicode Controls installed anyway.
Please feel free to directly mail me if you have any questions or problems with compiling UD Monitor.

