You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TB2Item.HPP is generated, after patching it has stuct TTBPopupPositionRec.
But C++ compiler complains:
**
[bcc32 Error] TB2Item.hpp(157): E2019 'TTBPopupPositionRec:: :: :: ()' cannot be declared in an anonymous union
TB2Item.hpp(135): class TTBPopupPositionRec::
**
Here it is generated struct:
structDECLSPEC_DRECORD TTBPopupPositionRec
{
union
{
struct
{
bool HorzHideSeparators;
int HorzWrapOffset;
TTBOrientation PopupOrientation;
};
struct
{
bool PositionAsSubmenu;
TTBPopupAlignment Alignment;
bool Opposite;
System::Types::TRect MonitorRect;
System::Types::TRect ParentItemRect;
int NCSizeX;
int NCSizeY;
int X;
int Y;
int W;
int H;
Tb2anim::TTBAnimationDirection AnimDir;
bool PlaySound;
};
};
};
The text was updated successfully, but these errors were encountered:
TB2Item.HPP is generated, after patching it has stuct TTBPopupPositionRec.
But C++ compiler complains:
**
[bcc32 Error] TB2Item.hpp(157): E2019 'TTBPopupPositionRec:: :: :: ()' cannot be declared in an anonymous union
TB2Item.hpp(135): class TTBPopupPositionRec::
**
Here it is generated struct:
The text was updated successfully, but these errors were encountered: