Subject | Re: IBO 46 in BDS 2006 CBuilder personality (BCB2006) |
---|---|
Author | Terry |
Post date | 2006-04-11T21:17:03Z |
> There was an update to that post you may have missed. Here it isinstalled
> again.
>
> Leave all source code as is, and change 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}
>
> Change to Delphi Win32 personality
> Open IBO40_D2006.bdsgroup
>
> for each and every bpl in the group, select Options->Linker-
>Generate all
> c++Builder files
>
> Compile all and install Design components.
>
> Switch to CBuilder personality and components should still be
>Did all of that, still I get only 8 of the 12 palette groups to show
> Finished testing in both personalities and everything is working.
up. Still missing Controls, Search, Grids and Misc.
Looks like we're getting closer though!
-Terry