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.
This commit is contained in:
Viktor Szakats
2011-01-30 15:01:51 +00:00
parent a1dbda51ad
commit dfa7d8a708
2 changed files with 14 additions and 0 deletions

View File

@@ -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.

View File

@@ -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
/*----------------------------------------------------------------------*/
/*