There is Delphi 2007 omitted in OXml.inc and subsequently enumerators are disabled. Please add
{$IF CompilerVersion > 18} {$DEFINE O_DELPHI_2007_UP} {$IFEND}
and modify
{$IF DEFINED(O_DELPHI_2007_UP) OR DEFINED(FPC)} {$DEFINE O_ENUMERATORS} {$IFEND}
Thanks.
You seem to have CSS turned off. Please don't fill out this field.
Anonymous
I enabled enumerators for Delphi 2005 upwards in r144.
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
There is Delphi 2007 omitted in OXml.inc and subsequently enumerators are disabled.
Please add
{$IF CompilerVersion > 18}
{$DEFINE O_DELPHI_2007_UP}
{$IFEND}
and modify
{$IF DEFINED(O_DELPHI_2007_UP) OR DEFINED(FPC)}
{$DEFINE O_ENUMERATORS}
{$IFEND}
Thanks.
Last edit: Anonymous 2016-05-23
I enabled enumerators for Delphi 2005 upwards in r144.