On 01/15/2018 09:38 PM, Julio Jiménez wrote:
> 
> 
> 2018-01-15 19:39 GMT+01:00 Martin Schreiber <[email protected]
> <mailto:[email protected]>>:
> 
> 
>     Please check the compiler commandline with 'Project'-'Options'-'Show
>     commandline' if is the same as you use for fpc.
> 
> 
> I did before asking. It fails compiling when you include the MSE* paths.
> BTW have you tried adding the unit fppdf to any MSE project? I can use
> other fpc packages and no problem.
> 
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".

Martin

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