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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user