Page 1 of 1

Install Issue with RVDBPkgXE2.bpl in XE2

Posted: Sat Aug 18, 2012 3:53 am
by eddy2099
I managed to install the non-DB package but I am having issues with the RVDBPkgXE2.bpl package installation.

In the beginning, it failed the compile because it was unable to find the designintf.dcu file and I added the 'designide.dcp' under 'required' and that did part of the job.

After which, I attempted to Build and I got the following error

[DCC Error] RVDBDsgn.pas(70): E2003 Undeclared identifier: 'RegisterComponentEditor'
[DCC Fatal Error] RVDBPkgDXE2.dpk(42): F2063 Could not compile used unit 'RVDBDsgn.pas'

I am not sure how to proceed from here. Hope you could share your insight to this issue.

Thanks

Posted: Sun Aug 19, 2012 10:54 am
by Sergey Tkachenko
Did you remove DesignIntf from uses of RVDBDsgn.pas?

Posted: Mon Aug 20, 2012 3:44 am
by eddy2099
Ah, you are right.

Posted: Fri Oct 26, 2012 9:53 am
by jwinkl
Today I've tried to install the non-DB package RVPkgDXE2 and got the same error: designide cannot be found. Please help.

Johann

Posted: Fri Oct 26, 2012 3:56 pm
by Sergey Tkachenko
Did you try to install it in XE3?

Posted: Sun Oct 28, 2012 3:20 pm
by jwinkl
No, I tried to install it in XE2, platform Win64. DesignIntf seems to be the problem.

Posted: Sun Oct 28, 2012 7:01 pm
by Sergey Tkachenko
It's not possible to install 64-bit packages in RAD Studio, because RAD Studio itself is 32-bit application. Only 32-bit packages must be installed.

Install RVPkgDXE2 as it is, as a 32-bit package.
Once installed, you can create both 32-bit and 64-bit projects with our components (the first compilation of the project must be "build all", to recreate dcu for the project's platform).