Rave 7 BEX is binary compatible with Delphi 2007 for Win32. However, the current installer from Nevrona Designs does not automatically install into Delphi 2007. You'll need to install the package dclRave.bpl from the BDS2006 files included with Rave 7 BEX within the Delphi 2007 IDE.
But please make first the following : modify the RpDefine.pas (remember, you have the source with BEX!) like the following
in the RpDefine simply change the last statement to be a >= instead of just the equal
{$IF CompilerVersion >= 18.0} { Delphi 10.0 }
CompVer = '10';
{$IFEND}
CodeGear haven't created a MajorRelease in the compiler-area with Delphi 2007; the version have only changed from 18.0 to 18.5 and all (*) the BDS2006-files working without any changes in Delphi 2007.
that's all!
I admit that my production environment is BDS2006Arch and not Delphi2007 but I have test the installation of Rave BEX 7.05 in a VMWare-machine with Delphi 2007 Enterprise without any problems! I created an application with dbx4, Rave7 and an oracle connection and it works fast, as expected from the Win32-Compiler Delphi
keep hacking and coding with CodeGear Delphi
(some years ago a friend of mine have a great signature: "Delphi or notepad"
:-)
(*)
In theory, there is no difference between theory and practice.
But, in practice, there is.
1 Kommentar:
"Delphi or notepad"
:-)
Kommentar veröffentlichen