Compile error in BDS 2006 SVN trunk
Posted: 13.08.2017, 04:49
Hi, i try to compile the components with BDS 2006 version and get this error:
[Pascal Error] Zeos.inc(120): E2026 Constant expression expected
[Pascal Error] Zeos.inc(129): E2026 Constant expression expected
and 14 more very similar.
The source error is in the file Zeos.inc, in the portion code like this:
... //Line 119 - 122
//now compiler related (un)defines do follow up here
{$IF CompilerVersion < 15}
"Delphi versions below Delphi 7 aren't supported anymore"
{$ELSE}
...
Also, in the version Tokyo 10.2 i can do this compilation succesfully, so what is the problem? the version i checkout with subversion from SVN snapshot
[Pascal Error] Zeos.inc(120): E2026 Constant expression expected
[Pascal Error] Zeos.inc(129): E2026 Constant expression expected
and 14 more very similar.
The source error is in the file Zeos.inc, in the portion code like this:
... //Line 119 - 122
//now compiler related (un)defines do follow up here
{$IF CompilerVersion < 15}
"Delphi versions below Delphi 7 aren't supported anymore"
{$ELSE}
...
Also, in the version Tokyo 10.2 i can do this compilation succesfully, so what is the problem? the version i checkout with subversion from SVN snapshot