diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1b238532e9..538cb06b6a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,13 @@ The license applies to all entries newer than 2009-04-28. */ +2011-01-30 16:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbhpdf/harupdf.c + ! Fixed to build in dynamic mode (HB_BUILD_CONTRIB_DYN=yes). + Two recently added wrappers (PDF/A related) are not exported + from libharu, which may either be a design decision or a bug. + Requires further fix once we've found out. + 2011-01-30 15:51 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/hbolesrv.c ! Fixed doubly defined symbols in HB_BUILD_CONTRIB_DYN=yes. diff --git a/harbour/contrib/hbhpdf/harupdf.c b/harbour/contrib/hbhpdf/harupdf.c index 2c7fe8414e..99f8d59dcf 100644 --- a/harbour/contrib/hbhpdf/harupdf.c +++ b/harbour/contrib/hbhpdf/harupdf.c @@ -2679,6 +2679,11 @@ HB_FUNC( HPDF_LOADICCPROFILEFROMFILE ) #endif } +/* NOTE: These functions are not exported from libharu. Until we find + out it is design decision or bug, I explude them from dynamic + builds. [vszakats] */ +#if ! defined( HB_DYNLIB ) + /* HPDF_STATUS HPDF_PDFA_SetPDFAConformance (HPDF_Doc pdf,HPDF_PDFAType pdfatype) @@ -2705,6 +2710,8 @@ HB_FUNC( HPDF_PDFA_GENERATEID ) #endif } +#endif + /*----------------------------------------------------------------------*/ /*