golden hour
/opt/alt/libharu/usr/share/libharu/bindings/delphi
⬆️ Go Up
Upload
File/Folder
Size
Actions
ExtGStateDemo.dpr
6.85 KB
Del
OK
LineDemo.dpr
10.54 KB
Del
OK
README.delphi
776 B
Del
OK
hpdf.pas
26.91 KB
Del
OK
hpdf_consts.pas
24.56 KB
Del
OK
hpdf_types.pas
9.64 KB
Del
OK
Edit: README.delphi
To use this interface, built Haru as a shared-library (DLL) or use binary package for win32(libharu_x_x_x_dll_win32.zip). There are some example programs in this directory. The steps to run the demonstration programs is as follows. 1. Build libharu as a shared library and copy libhpdf.dll to "if\delphi" directory. (Or expand binary package for win32(libharu_x_x_x_dll_win32.zip) and copy libhpdf.dll to "if\delphi" directory.) 2. Compile and run demo programs. a)Delphi Open XXXX.dpr and run it. b)Free Pascal Compile demo programs using '-Mdelphi' option as follows. fpc -Mdelphi LineDemo.dpr LineDemo.exe NOTE: libhpdf.dll is required to run the program which uses delphi/fpc interface for libharu.
Save