compiling AC9 with devexpress V13.1.4

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36090
    JasonToms
    Participant

    AC9Beta devexpress vcl 13.1.4

    Compile error

    I found a solution for everyone to share:

    Modify the code to compile head

    {.$DEFINE VER13_2_2} // cxGrid version 13.2.2 and newer

    {$DEFINE VER12_2_3} // Remove the decimal point

    {$DEFINE VER12_1_6}

    {$DEFINE VER26} // Remove the decimal point

    {$DEFINE VER23}

    {$DEFINE VER653}

    {$DEFINE VER650}

    {$DEFINE VER645}

    {$DEFINE VER640}

    [attachment=6705:error.png]

    #51807
    VahaC
    Participant

    I had the same issue and this fix helped me

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.