Install Issue with RVDBPkgXE2.bpl in XE2

General TRichView support forum. Please post your questions here
Post Reply
eddy2099
Posts: 2
Joined: Tue May 22, 2012 12:49 am

Install Issue with RVDBPkgXE2.bpl in XE2

Post 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
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Did you remove DesignIntf from uses of RVDBDsgn.pas?
eddy2099
Posts: 2
Joined: Tue May 22, 2012 12:49 am

Post by eddy2099 »

Ah, you are right.
jwinkl
Posts: 25
Joined: Thu Nov 09, 2006 10:09 am

Post 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
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Did you try to install it in XE3?
jwinkl
Posts: 25
Joined: Thu Nov 09, 2006 10:09 am

Post by jwinkl »

No, I tried to install it in XE2, platform Win64. DesignIntf seems to be the problem.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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).
Post Reply