Page 1 of 1

RVPKGCBXE8.A file not found in 64-bit.

Posted: Wed Nov 09, 2022 10:54 pm
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?

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

Posted: Thu Nov 10, 2022 9:20 am
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.