Hi!
I could install and user RV without a problem for win32.
But when I compile for win64 i get the following error :
[dcc64 Fatal Error] RVPkgDXE4.dpk(98): F2048 Bad unit format: 'CRVData.dcu' - Expected version: 25.0, Windows Unicode(x64) Found version: 25.0, Windows Unicode(x86)
The file exists in the Library path.
What do I do wrong?
(I switched ro runtime only parckage, and removed the designide from required section)
Thank You!
Trial XE4 win64 compile error
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
RVPkgDXE4.dpk (as well as all TRichView packages) is 32-bit designtime packages.
It must not and cannot be compiled in 64-bit, because Delphi IDE is a 32-bit application, so all designtime packages must be 32-bit.
However, after installing the packages, you can use our components both in 32-bit and 64-bit projects.
In trial version, you need to specify different directories in Delphi library path:
for 32-bit platform: 1-TRichView\Trial\XE4
for 64-bit platform: 1-TRichView\Trial\XE4\64
It must not and cannot be compiled in 64-bit, because Delphi IDE is a 32-bit application, so all designtime packages must be 32-bit.
However, after installing the packages, you can use our components both in 32-bit and 64-bit projects.
In trial version, you need to specify different directories in Delphi library path:
for 32-bit platform: 1-TRichView\Trial\XE4
for 64-bit platform: 1-TRichView\Trial\XE4\64
-
- Posts: 4
- Joined: Mon Jul 01, 2013 9:12 am
The root problem is that we've got our package which requires RVPkgDXE4.
It compiles win32 without aproblem, but on win64 I get the following error.
[dcc64 Fatal Error] RVPkgDXE4.dpk(1): E2225 Never-build package 'RVPkgDXE4' must be recompiled
[dcc64 Fatal Error] COMiX.dpk(66): E2202 Required package 'RVPkgDXE4' not found
So if I cannot and not needed to recompile how can I fix this error?
It compiles win32 without aproblem, but on win64 I get the following error.
[dcc64 Fatal Error] RVPkgDXE4.dpk(1): E2225 Never-build package 'RVPkgDXE4' must be recompiled
[dcc64 Fatal Error] COMiX.dpk(66): E2202 Required package 'RVPkgDXE4' not found
So if I cannot and not needed to recompile how can I fix this error?
-
- Posts: 4
- Joined: Mon Jul 01, 2013 9:12 am
I found this on TMS
"CodeGear does NOT support the use of binary component distributions with trial version of Delphi or C++Builder or the free Turbo Explorer IDEs. As such, it is not possible to use TMS Component evaluation distributions with trial versions of Delphi or C++Builder or the free Turbo Explorer IDEs. You can use registered full source based versions of the TMS Components though with trial versions of Delphi or C++Builder (not with the free Turbo Explorer IDEs)."
It is possible that in this case also the same problem?
Both XE4 and RV are trial.
"CodeGear does NOT support the use of binary component distributions with trial version of Delphi or C++Builder or the free Turbo Explorer IDEs. As such, it is not possible to use TMS Component evaluation distributions with trial versions of Delphi or C++Builder or the free Turbo Explorer IDEs. You can use registered full source based versions of the TMS Components though with trial versions of Delphi or C++Builder (not with the free Turbo Explorer IDEs)."
It is possible that in this case also the same problem?
Both XE4 and RV are trial.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
As I understand, you already installed RV trial on XE4 trial, so this is not a problem.
But you cannot create 64-bit package that requires RVPkgDXE4.dpk, because RVPkgDXE4 is 32-bit package (and it cannot be made 64-bit because it is a design-time package).
I suggest to create a new run-time 64-bit package (call it, for example, RVPkgDXE4_64.dproj), and add dcu-files from 1-TRichView\Trial\XE4\64\ into it.
But you cannot create 64-bit package that requires RVPkgDXE4.dpk, because RVPkgDXE4 is 32-bit package (and it cannot be made 64-bit because it is a design-time package).
I suggest to create a new run-time 64-bit package (call it, for example, RVPkgDXE4_64.dproj), and add dcu-files from 1-TRichView\Trial\XE4\64\ into it.
-
- Posts: 4
- Joined: Mon Jul 01, 2013 9:12 am
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: