Borland CBuilder 6 - Crystal Reports VCL 10
Install Component
Download component here
Close All files and CBuilder as written in readme.txt
Set path to component Tools-Environment Options-Library-Include Path
Example:
C:\\Develop\\Borland\\CBuilder6\\CrystalVCL10\\Delphi
Choose Component-Install Component. In unit filename-cr10cvcl.cpp, but package file name cr10cvcl.bpk
Click Compile и Install
If Builder output errors like Cant find DesignIntf.dcu, then we have two variants.
To find file in C:\\Develop\\Borland\\CBuilder6\\Source\\Toolsapi and set path to it Tools->Environment Options->Library->Include Path
However frequently you have no this file, but have sources. Then you have to close all and fix cr10cvcl.bpk PFLAGS, by addintion -LUDesignIde
Example:
<PFLAGS value="-$YD -$W -$O- -$A8 -v -JPHNE -M -LUDesignIde"/>
Example:
Missing file BCB5 flag BCB6 flag
AccCtrl.dcu -LUvcl50
FiltEdit.dcu* -LUdclstd50 -LUdclstd
DesignIntf.dcu* -LUdsnide50 -LUDesignIde