Help !
Getting Messages on source lines like this: RegisterActions('RVE Custom', [TrvActionEvent], nil);
I'm trying to compile richviewactionsdxe3.dproj
What do I need to do ?
Tony
installing delphi xe3
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Starting from XE3, RegisterActions is defined in Actions.pas (more exactly, in System.Actions.pas, but it does not matter).[dcc32 Error] rvActionsReg.pas(90): E2003 Undeclared identifier: 'RegisterActions'
RVActionsReg.pas has Actions in "uses":
Code: Select all
uses
...
{$IFDEF RICHVIEWDEFXE3}
Actions,
{$ENDIF}
RV_Defs.inc is included in TRichView units.
My guess: you have old version of RV_Defs.inc somewhere, and Delphi uses it instead of the new file. Find old file(s) and delete them.
INSTALLING XE3
Is there supposed to be a richview RVPkgDXE3.dproj in the install.exe ? There is a RVPKGDXE2 and a RVPKGDXE, which one do I install ?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: