RVPKGCBXE8.A file not found in 64-bit.

General TRichView support forum. Please post your questions here
Post Reply
Jonabe
Posts: 3
Joined: Tue Jan 16, 2018 5:35 pm

RVPKGCBXE8.A file not found in 64-bit.

Post by Jonabe »

I installed TRichViewSetup20.exe, in C++Builder XE11 it worked, but in XE8 when in 64 bits the compiler displays the lack of the file RVPKGCBXE8.A.

[ilink64 Error] Fatal: Unable to open file 'RVPKGCBXE8.A'

Could you show in which folder this file is?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: RVPKGCBXE8.A file not found in 64-bit.

Post by Sergey Tkachenko »

Install Delphi+C++Builder packages, not C++Builder-only packages.
C++Builder-only packages (RVPkgCBXE8.cbproj) support only Win32 platform. I tried, but it looks like it is impossible to compile multiple CBPROJ packages (dependent from each other) for Win64 platform.
Delphi+C++Builder packages (RVPkgDXE8.dpk) support both Win32 and Win64 platforms.
You can re-install using "Install TRichView in Delphi IDE" shortcut in Windows Start menu.
Post Reply