Hi all,

I cannot compile CPortLaz 1.0 with lazarus 0.9.28.2, nor  with daily
Lazarus-0.9.28.3-23634-fpc-2.4.0-20100205-win32.exe

The errors are:

C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(97,19) Error: No
property found to override
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(97,19) Error: This kind
of property can't be published
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(108,25) Error: No
property found to override
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(108,25) Error: This
kind of property can't be published
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(168,19) Error: No
property found to override
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(168,19) Error: This
kind of property can't be published
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(175,25) Error: No
property found to override
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(175,25) Error: This
kind of property can't be published
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(498,19) Error: No
property found to override
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(498,19) Error: This
kind of property can't be published
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(509,25) Error: No
property found to override
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(509,25) Error: This
kind of property can't be published
C:\lazarus\extras\Cportlaz_v1.0.0\CPortCtl.pas(561,1) Fatal: There
were 12 errors compiling module, stopping

maybe it is due to the new fpc or the most recent changes to LCL.
Each error refers to the properties defined as:

published
    ....
    property Ctl3D;
    ...
    property ParentCtl3D;
    ...

in the following classes

TComComboBox = class(TCustomComboBox)
TComRadioGroup = class(TCustomRadioGroup)
TComTerminal = class(TCustomComTerminal)
where it is:   TCustomComTerminal = class(TCustomControl)

is anyone using this (great) package successfully with the recent lazarus/fpc ?

Thanks,

  Roberto

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to