RAD BuilderXE3 rusAC11.01 error E2019

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36982
    Simba
    Participant

    Hi all!

    I installed AC11.01 all is ok,

    when compiling i have

    E2019 'TDstRect:: :: ()' cannot be declared in an anonymous union Full parser context

    [bcc32 Error] acntTypes.hpp(84): E2019 'TDstRect:: :: ()' cannot be declared in an anonymous union

    Full parser context

    Unit2.cpp(7): #include Unit2.h

    Unit2.h(10): #include C:Program Files (x86)EmbarcaderoRAD Studio10.0ComponentsAlphaSkinsBuilderXE3sButton.hpp

    sButton.hpp(29): #include C:Program Files (x86)EmbarcaderoRAD Studio10.0ComponentsAlphaSkinsBuilderXE3sCommonData.hpp

    sCommonData.hpp(28): #include C:Program Files (x86)EmbarcaderoRAD Studio10.0ComponentsAlphaSkinsBuilderXE3sSkinManager.hpp

    sSkinManager.hpp(30): #include C:Program Files (x86)EmbarcaderoRAD Studio10.0ComponentsAlphaSkinsBuilderXE3sConst.hpp

    sConst.hpp(24): #include C:Program Files (x86)EmbarcaderoRAD Studio10.0ComponentsAlphaSkinsBuilderXE3acntTypes.hpp

    acntTypes.hpp(31): namespace Acnttypes

    acntTypes.hpp(67): class TDstRect

    in this code

    struct DECLSPEC_DRECORD TSrcRect

    {

    #pragma pack(push,1)

    union

    {

    struct

    {

    System::Types::TPoint STopLeft;

    System::Types::TPoint SBottomRight;

    };

    struct

    {

    int SLeft;

    int STop;

    int SRight;

    int SBottom;

    };

    };

    #pragma pack(pop)

    };

    how i can fix it?

    #55065
    Support
    Keymaster

    Hello!

    This problem will be solved in the new release today.

    #55066
    Simba
    Participant
    'Support' wrote:

    Hello!

    This problem will be solved in the new release today.

    o cool! now i just comment 6 rows in 2 files and all? is ok 🙂

    #55105
    Support
    Keymaster

    Yes, TPoint was not allowed there )

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