[bug_fixed] Activate again FPC support

Code patches written by our users to solve certain "problems" that were not solved, yet.

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
wahono
Junior Boarder
Junior Boarder
Posts: 32
Joined: 30.07.2007, 16:20
Location: Indonesia
Contact:

[bug_fixed] Activate again FPC support

Post by wahono »

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
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

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
Image
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Done. SVN Rev. 347 (Testing Branch)

Mark
Image
wahono
Junior Boarder
Junior Boarder
Posts: 32
Joined: 30.07.2007, 16:20
Location: Indonesia
Contact:

Post by wahono »

In FPC 2.2.0 these property is exists. Thanks.
Post Reply