Page 1 of 1
Unit ppRichView not found in Delphi 13.1 64bit
Posted: Thu Jul 09, 2026 6:48 am
by GoranBru
Hi,
we are upgrading Delphi with components from Sydney to Florence. Upgrade for 32bit is okay while with 64bit version Delphi can't find ppRichView. TRichView we are upgrading to is 24.1.3, while TScaleRichView is 12.5.3. Any ideas?
Best regards,
Goran
Re: Unit ppRichView not found in Delphi 13.1 64bit
Posted: Thu Jul 09, 2026 2:00 pm
by Sergey Tkachenko
ppRichView is a unit for TRichView+ReportBuilder integration.
Do you have ReportBuilder installed for Win64 platform?
Re: Unit ppRichView not found in Delphi 13.1 64bit
Posted: Fri Jul 10, 2026 9:01 am
by GoranBru
Hi, I have checked the installation also in Delphi 13.1. 64bit and yes, ReportBuilder 23.03 is installed there. I also opened few RB projects, compiled and run it without problems. I have also ran the RichView Installer once again but ppRichView is not found in our main application.
Re: Unit ppRichView not found in Delphi 13.1 64bit
Posted: Mon Jul 13, 2026 11:59 am
by Sergey Tkachenko
Run the TRichView IDE installer (in Windows Start menu, "Install TRichView VCL in Delphi IDE".
On the page where you select IDEs, click "Options" button. Uncheck "Ignore errors for optional packages".
After competing the installation, click the error log button, and find which errors happened when compiling RvRbD13 package.
Post them here or sent to email richviewgmailcom.
Re: Unit ppRichView not found in Delphi 13.1 64bit
Posted: Wed Jul 15, 2026 6:41 am
by GoranBru
Hi, sorry to be late with the answer... Here is the error for RvRbD13:
------------------------------------
Error compiling C:\Delphi_komp.Flo\TRichView\ThirdParty\ReportBuilder\Source\RvRbD13.dpk:
Embarcadero Delphi for Win64 compiler version 37.0
Copyright (c) 1983,2026 Embarcadero Technologies, Inc.
ppRichView.pas(47) Fatal: F2613 Unit 'WinTypes' not found.
-------------------------------------
Re: Unit ppRichView not found in Delphi 13.1 64bit
Posted: Fri Jul 17, 2026 3:21 pm
by Sergey Tkachenko
Open ppRichView.pas and change
Code: Select all
{$IFDEF WIN32}
Windows,
{$ELSE}
WinTypes, WinProcs,
{$ENDIF}
to
Re: Unit ppRichView not found in Delphi 13.1 64bit
Posted: Tue Jul 21, 2026 7:30 am
by GoranBru
Hi Sergey, thank You, problem solved and it works.
Re: Unit ppRichView not found in Delphi 13.1 64bit
Posted: Tue Jul 28, 2026 1:06 pm
by Sergey Tkachenko
Fixed in TRichView 24.2