Search found 1 match

by msv
26.06.2012, 12:16
Forum: 6.6 - stable
Topic: Solution for ZEOS 6.6.6 with >= FPC2.5.x
Replies: 34
Views: 5868

Just wanted to post and say that the first post plus adding the following to my zeos.inc file allowed me to compile 7.0.0-alpha using Lazarus v.0.90.4 (which uses FPC 2.6) on my Mac.

Code: Select all

{$IFDEF VER2_6}
    {$DEFINE FPC2_3UP}
    {$DEFINE FPC2_2UP}
    {$DEFINE FPC2_1UP}
  {$ENDIF}