Page 1 of 1

Installation in Embarcadero XE7

Posted: Wed Feb 25, 2015 12:55 pm
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 ?

Posted: Thu Feb 26, 2015 5:08 pm
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.