• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Oct-2013-

README.freebasicH A D30-Oct-2013778 2616

hpdf.biH A D30-Oct-201329.1 KiB218214

hpdf_consts.biH A D30-Oct-201313.6 KiB474471

hpdf_types.biH A D30-Oct-20138.2 KiB416344

hpdftest.basH A D30-Oct-20135.4 KiB15560

README.freebasic

1To use this interface, you need to build Haru as a static library (.a) or use
2the binary package for win32.
3
4There is an example program in this directory.
5The steps to run the demonstration program are as follows:
6
71. Build libHaru as a static library and copy libhpdf.a to your source
8   directory.
9   If you want to build libhpdf on win32 platforms you need either
10   MinGW/MSYS or Cygwin.
11
122. Put the include (.bi) files in your source directory.
13
143. Compile and run the demo program.
15
16   a) compile with: fbc hpdftest.bas
17   b) run with:     hpdftest.exe (on win32) or ./hpdftest (on linux)
18
19
20For more informations see: http://www.freebasic.net/forum/viewtopic.php?t=9014
21
22
23NOTE:
24libhpdf.a is required to run the program which uses the FreeBasic interface for
25libHaru.
26