1To use this interface, built Haru as a shared-library (DLL) or use binary
2package for win32(libharu_x_x_x_dll_win32.zip).
3
4There are some example programs in this directory. The steps to run the
5demonstration programs is as follows.
6
71. Build libharu as a shared library and copy libhpdf.dll to "if\delphi"
8   directory. (Or expand binary package for win32(libharu_x_x_x_dll_win32.zip)
9   and copy libhpdf.dll to "if\delphi" directory.)
10
112. Compile and run demo programs.
12
13   a)Delphi
14     Open XXXX.dpr and run it.
15
16   b)Free Pascal
17     Compile demo programs using '-Mdelphi' option as follows.
18
19     fpc -Mdelphi LineDemo.dpr
20     LineDemo.exe
21
22
23NOTE:
24libhpdf.dll is required to run the program which uses delphi/fpc interface for
25libharu.
26
27