Menu

#468 ZDbcSqLiteResultSet compile error.

7.2.8
closed
None
Bug Report
2021-01-08
2020-12-30
No

Hello,

[dcc32 Error] ZDbcSqLiteResultSet.pas(65): E2029 ',' or ';' expected but identifier 'Classes' found

{$IFDEF WITH_TOBJECTLIST_REQUIRES_SYSTEM_TYPES}
    System.Types, System.Contnrs
  {$ELSE}
    {$IFNDEF NO_UNIT_CONTNRS}Contnrs,{$ENDIF}
  {$ENDIF}

System.Contnrs should end with ,

Best regards.

Discussion

  • EgonHugeist

    EgonHugeist - 2021-01-08
    • status: open --> closed
    • assigned_to: EgonHugeist
     
  • EgonHugeist

    EgonHugeist - 2021-01-08

    Fixed in SVN 7.2-patches already. Jan will rebuild a new package if he has time...
    Regards, Michael

     

Log in to post a comment.