2018-01-16 6:47 GMT+01:00 Martin Schreiber <[email protected]>:

>
>
>
> If you want it to combine it with MSEgui units "mclasses" must be added
> after "classes" in uses clauses of fpPDF, see for example how it is done
> in Zeoslib:
> "
> unit ZAbstractDataset;
>
> interface
>
> {$I ZComponent.inc}
>
> uses
>   Variants,
>   SysUtils,  Classes, {$IFDEF MSEgui}mdb, mclasses{$ELSE}DB{$ENDIF},
>   ZSqlUpdate, ZDbcIntfs, ZVariant, ZDbcCache, ZDbcCachedResultSet,
>   ZAbstractRODataset, ZCompatibility, ZSequence;
> "
> There maybe will be more problems with forked units in
> "lib/common/fpccompatibility".
>
> I also tried it but no luck. I see there is fpimage in
"lib/common/fpccompatibility" and fppdf uses it may be you need a fppdf in
fpccompatibility...

In fact, fppdf uses:

uses
  Classes,
  SysUtils,
  StrUtils,
  contnrs,
  fpImage,
  FPReadJPEG, FPReadPNG, FPReadBMP, // these are required for auto
image-handler functionality
  zstream,
  fpparsettf,
  fpTTFSubsetter,
  FPFontTextMapping;

Thanks.

-- 
Julio Jiménez Borreguero
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to