--- In IBObjects@yahoogroups.com, "Riccio It" <edp@...> wrote:
...
> I've searched this list for possible solutions. So far I've tried all
> I can with no results.
Problem solved with th following steps (thanks to other posters on the
list):
1) In IB_Directives.inc
{$IFDEF VER180} // Delphi v2006
{$IFNDEF BCB}
{$DEFINE IBO_VCL2006_OR_GREATER} // Delphi v2005 or greater
{$DEFINE IBO_VCL2005_OR_GREATER} // Delphi v2005 or greater
{$DEFINE IBO_DELPHI_2006}
{$DEFINE IBO_VCL2006}
{$DEFINE IBO_SUPPORTED_COMPILER}
{$DEFINE IBO_CPPB} // <<-- Add this line
{$ENDIF}
{$ENDIF}
2) removing all the {$DEFINE IBO_ENUMINDEX_SUPPORT} line from
IB_Directives.inc