On Sun, May 18, 2008 at 4:27 AM, Pritpal Bedi <[EMAIL PROTECTED]> wrote:
>
> 2008-05-17 18:45 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])
>  + harbour/contrib/hbhpdf
> ...

I've built the lib under Fedora 9 and its demos work well, but I get
only "Some problems in creating the PDF!  " from the
tests/harupdf.prg.

I've tried to get some return codes from functions:

...
   Local pdf := HPDF_New()

   ? pdf
...

returns 157986552

...
   ? HPDF_SaveToFile( pdf, cFileToSave )
...

returns 4133 which is 0x1025 and ion the error list it reports:
...
36 HPDF_INVALID_DOCUMENT        0x1025  An invalid document handle is set.
...

Any idea?

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to