Subject Could you please add the compiler directive to the for D2007
Author Adrian Wreyford
Dear Jason



Could you please add the compiler directive to the IB_Directives.inc file
for D2007 build.



I think it should look like this:



// Compiler specific defines, latest to oldest...



{$IFDEF VER185} //CodeGear For Delphi 2007

{$IFDEF BCB} // C++ Builder

{$DEFINE IBO_CPPB}

{$DEFINE IBO_CPPB_2006}

{$ELSE} // Delphi Win32

{$DEFINE IBO_DELPHI}

{$DEFINE IBO_DELPHI_2006}

{$ENDIF}

{$DEFINE IBO_VCL2006}

{$DEFINE IBO_SUPPORTED_COMPILER}

{$ENDIF}



It appears to compile correctly.



Especially to get the short type formatted to smallint in the IBOAdmin code,
amongst others.



Thanks



Adrian



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