Menu

Delphi 2007

Anonymous
2016-05-23
2016-05-27
  • Anonymous

    Anonymous - 2016-05-23

    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
  • Ondrej Pokorny

    Ondrej Pokorny - 2016-05-27

    I enabled enumerators for Delphi 2005 upwards in r144.

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.