OSDN Git Service

binding with libharu.
[putex/putex.git] / src / texsourc / lib / libhpdf / if / delphi / README.delphi
1 To use this interface, built Haru as a shared-library (DLL) or use binary 
2 package for win32(libharu_x_x_x_dll_win32.zip).
3
4 There are some example programs in this directory. The steps to run the 
5 demonstration programs is as follows. 
6
7 1. 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
11 2. 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
23 NOTE:
24 libhpdf.dll is required to run the program which uses delphi/fpc interface for 
25 libharu.
26