Is the problem a conflict with other components?
//-- var, const, procedure ---------------------------------------------------
static const Shortint DTT_GRAYED = 0x1;
static const Shortint HTTB_BACKGROUNDSEG = 0x0;
…
[C++ Error] dxUxTheme.hpp(117): E2040 Declaration terminated incorrectly
I don ́t understand this error.
We have closed this ticket because another page addresses its subject:
dxUxTheme.hpp incorrectly defines Dxuxtheme::HTHEME as 'unsigned' instead of as 'HANDLE'
Hi Carlos,
A similar problem has already been reported to us, and I suggest that you track the following bug report:
"dxUxTheme.hpp incorrectly defines Dxuxtheme::HTHEME as 'unsigned' instead of as 'HANDLE'", www.devexpress.com/issue=CB48282.
As an immediate solution, you can try to modify our source units as demonstrated here:
"dxuxtheme.pas incompatible with BDS 2006 C++ personality", www.devexpress.com/issue=DB16476.
Please try this solution and let us know if it helps.
Thanks,
Vito