Problems Evaluating ReportBuilder Server Demo
I downloaded the report builder server Demo for Delphi 6. I installed it
and now I just want to run some demos. I opened the rbServer demo. When I
try to compile in Delphi 6, I get the following error.
[Fatal Error] rbServerForm.pas(13): Unit rsServer was compiled with a
different version of ppComm.TppCommunicator
What am I doing wrong?
Please Help
Thanks
Tom Jacobs
and now I just want to run some demos. I opened the rbServer demo. When I
try to compile in Delphi 6, I get the following error.
[Fatal Error] rbServerForm.pas(13): Unit rsServer was compiled with a
different version of ppComm.TppCommunicator
What am I doing wrong?
Please Help
Thanks
Tom Jacobs
This discussion has been closed.
Comments
currently installed version of RB source from an older version of RB. Check
your library path. What is happening is that you changed the interface
section of a unit in RBuilder\Source which means that the RBuilder\Server
dcu's aren't able to be linked in because the compiler found your modified
dcus for RBuilder from a previous installation. Change your library path to
point to RBServer\Lib and RBuilder\Lib from the installation of the RB
Server demo. That will inlcude the dcus which we built for the server demo
and that should work. We have tested this.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com