Installation in Embarcadero XE7

General TRichView support forum. Please post your questions here
Post Reply
diegoC
Posts: 1
Joined: Wed Feb 25, 2015 12:40 pm

Installation in Embarcadero XE7

Post by diegoC »

when I want to install the RVPkgDXE7 package from TRichView , I have the following error [dcc32 Fatal Error] RVPkgDXE7.dpk (108): F1026 File not found: RichViewActions \ CRVData.dcu

I check the directory RichViewActions and there is no file called CRVData.dcu

What am I doing wrong ?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

May be this error happens when compiling RichViewActionsDXE7.dpk, not RVPkgDXE7.dpk?
Because CRVData unit is included in TRichView, not in RichViewActions.

If yes:

1) Install RVPkgDXE7.dpk, it must be installed before RichViewActionsDXE7.dpk.
2) Paths to TRichView and RichViewActions must be added in Delphi library path. Open menu Tools | Options, page Environment Options | Delphi Options | Library, make sure that Selected platform = 32-bit Windows, add the paths to Library paths.
Post Reply