I recently installed the latest version of the TeeGrid library and created a new VCL project in Embarcadero® C++Builder 12 Version 29.0.51511.6924. To test the library, I added a TeeGrid component to the project. However, I encountered several compilation errors related to the TeeGrid libraries.
Here are the errors I am receiving:
[bcc32c Error] Tee.Control.hpp(80): unknown type name '_DELPHI_CONST'
[bcc32c Error] Tee.Control.hpp(80): non-friend class member 'Word' cannot have a qualified name
[bcc32c Error] Tee.Control.hpp(80): expected ';' at end of declaration list
[bcc32c Error] Tee.Renders.hpp(353): unknown type name '_DELPHI_CONST'
[bcc32c Error] Tee.Renders.hpp(353): non-friend class member 'Int8' cannot have a qualified name
[bcc32c Error] Tee.Renders.hpp(353): expected ';' at end of declaration list
[bcc32c Error] Tee.Grid.Columns.hpp(365): unknown type name '_DELPHI_CONST'
[bcc32c Error] Tee.Grid.Columns.hpp(365): non-friend class member 'Int8' cannot have a qualified name
[bcc32c Error] Tee.Grid.Columns.hpp(365): expected ';' at end of declaration list
[bcc32c Error] Tee.Grid.Bands.hpp(194): unknown type name '_DELPHI_CONST'
[bcc32c Error] Tee.Grid.Bands.hpp(194): non-friend class member 'Int8' cannot have a qualified name
[bcc32c Error] Tee.Grid.Bands.hpp(194): expected ';' at end of declaration list
[bcc32c Error] Tee.Grid.Header.hpp(54): unknown type name '_DELPHI_CONST'
[bcc32c Error] Tee.Grid.Header.hpp(54): non-friend class member 'Int8' cannot have a qualified name
[bcc32c Error] Tee.Grid.Header.hpp(54): expected ';' at end of declaration list
I would appreciate any guidance or suggestions on how to resolve these compilation errors.
Thank you for your assistance.
Maciej
Compilation Issues with TeeGrid in C++Builder 12
Re: Compilation Issues with TeeGrid in C++Builder 12
Hello Maciej,
Apologies for the delay with this reply. We are investigating.
Regards,
Marc Meumann
Apologies for the delay with this reply. We are investigating.
Regards,
Marc Meumann
Steema Support
Re: Compilation Issues with TeeGrid in C++Builder 12
... a workaround may be to set a new define.
ie.
but we are looking to avoid the initial problem occurring.
Regards,
Marc
ie.
Code: Select all
#define _DELPHI_CONST const
Regards,
Marc
Steema Support