In unit ZAbstractRODataset.pas, class TZAbstractRODataset, there are two property with conditional compile to FPC is without these property :
{$IFNDEF FPC}
property BeforeRefresh;
property AfterRefresh;
{$ENDIF}
But these property is exists in FPC, I think this conditional should be removed.
wahono
[bug_fixed] Activate again FPC support
Moderators: gto, cipto_kh, EgonHugeist, mdaems
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Can you tell me since wht fpc version these properties exist? Most probably the condition was initially added just to enable FPC. So tell me what version they added this to FPC Datasets and I'll change the conditional. Is there an easy way to check this? In SVN I see it was added to trunk on 13/1/2006 (Rev 2281). How can I know what FPC version it got in first?
Mark
Edit : found it by checking SVN tag versions... It was 2.0.4
Mark
Edit : found it by checking SVN tag versions... It was 2.0.4