Subject IBO_SUPPORTED_COMPILER????
Author Lauren Kinkead
I'm trying to upgrade a Delphi 6 project to Delphi 7. When doing a build I
get an Error Message "Undeclared identifier:
TClassThatDoesNotExistToForceCompilerError" (in IB_Grid). This uses the
conditional define IBO_SUPPORTED_COMPILER. I manually edited the
IB_Directives.inc to have the following only (I commented out the rest). I
m still getting a compile error though. Where/what else should I change.

Thanks!!

{$DEFINE IBO_40_OR_GREATER} // Detection of move to IBO40
{$DEFINE IBO_DELPHI} // Delphi - any version
{$DEFINE IBO_VCL20_OR_GREATER} // VCL v2.0 or greater (Delphi v2+)
{$DEFINE IBO_VCL30_OR_GREATER} // VCL v3.0 or greater (Delphi v3+)
{$DEFINE IBO_VCL35_OR_GREATER} // VCL v3.5 or greater (C++Builder v3+)
{$DEFINE IBO_VCL40_OR_GREATER} // VCL v4.0 or greater (Delphi v4+ or C++B
v4+)
{$DEFINE IBO_VCL50_OR_GREATER} // VCL v5.0 or greater (Delphi v5+ or C++B
v5+)
{$DEFINE IBO_VCL60_OR_GREATER} // VCL v6.0 or greater (Delphi v6+ or C++B
v6+)
{$DEFINE IBO_VCL70_OR_GREATER} // VCL v7.0 or greater (Delphi v7+ or C++B
v?+)

{----------------------------------------------------------------------------
-}
// Compiler specific defines, latest to oldest...

//{$IFDEF VER150} // Delphi v7
//{$IFNDEF BCB} LAK - COMMENTED IT
{$DEFINE IBO_DELPHI_7}
{$DEFINE IBO_VCL70}
{$DEFINE IBO_SUPPORTED_COMPILER}


[Non-text portions of this message have been removed]