Problem with D7, RB Pro 7.03, TeeChart 6.01
I started with a clean machine - installed Delphi 7 (Enterprise), then
TeeChart 6.01, and finally Report Builder Pro 7.03. No apparent errors
during the install. When I attempt to compile a program (previously
compiled in D5, TeeChart 5.0, RB 6.02 on another machine), I get the
following error:
"ppChrt was compiled with a different version of Chart.TCustomChart."
I then went through the proceedures identified in the Report Builder help
system for "TeeChart 6.0 Support for Delphi 7" and recompiled the TeeChart 6
Packages (after getting through the errors about "File Not Found
DesignIntf.dcu" and "File Not Found Proxies.dcu". Everything recompiled -
and I reinstalled the package...
All this seemed to work - however, I still get the same error when I attempt
to compile my programs.
Any help would be appreciated.
Joe Hutchins
TeeChart 6.01, and finally Report Builder Pro 7.03. No apparent errors
during the install. When I attempt to compile a program (previously
compiled in D5, TeeChart 5.0, RB 6.02 on another machine), I get the
following error:
"ppChrt was compiled with a different version of Chart.TCustomChart."
I then went through the proceedures identified in the Report Builder help
system for "TeeChart 6.0 Support for Delphi 7" and recompiled the TeeChart 6
Packages (after getting through the errors about "File Not Found
DesignIntf.dcu" and "File Not Found Proxies.dcu". Everything recompiled -
and I reinstalled the package...
All this seemed to work - however, I still get the same error when I attempt
to compile my programs.
Any help would be appreciated.
Joe Hutchins
This discussion has been closed.
Comments
Unfortunately Steema released their version of TeeChart 6.01 only a few
weeks after our release of RB 7.03 so the latest version of RB was built
with TeeChart 6.0 in mind. To solve this problem, you can simply change
your library path from \RBuilder\Lib\ to \RBuilder\Source\ and rebuild your
project. Then you can copy the newly created RB/TeeChart .dcu files to the
\Lib folder if you would like to change your library path back.
- Borland does not include certain source files any more such as the
Proxies.pas. To work around this error (if you ever need to rebuild these
packages again) you need to add the DesignIDE.dcp file to the requires
section of the dclRBC77.dpk package.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Have the same problem, but, when changing as you suggest i'm still getting
the error that ne Never-Build Package rbTC77 must be recompiled.
I once had a suggestion to rebuild the complete TeeChart section of RB, must
this still be done for D7 ??
If you install TeeChart 6.01, then install ReportBuilder 7.03, the packages
should automatically be compiled and TeeChart 6.01 should work correctly.
Then if you have trouble with some of the .dcu files, you can simply rebuild
your project with the library path pointed to the \Source directory. There
should be no need to recompile the RB/TeeChart packages.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I don't remember for sure on what but he was still complaning on another
component !!
I did the rebuild and everything works fine !!
Pointing to the source slows down the compile/build process a bit to much.