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