Declaration terminated incorrectly error when building

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37045
    KevinB
    Participant

    Four lines in the Sconst.hpp file are generating errors for me when attempting to build my application. The lines are:

    static const ShortInt BS_SPLITBUTTON = 0xc;

    static const ShortInt BS_DEFSPLITBUTTON = 0xd;

    static const ShortInt BS_COMMANDLINK = 0xe;

    static const ShortInt BS_DEFCOMMANDLINK = 0xf;

    And the error for each line is:

    [BCC23 Error]Sconst.hpp(542):E2040 Declaration terminated incorrectly

    As some background, I'm on v11.16 and I'm using C++ Builder 2010. These errors came about after upgrading from v10.15

    #55648
    Support
    Keymaster

    Hello!

    This issue must be solved in the v11.17 already.

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