View Issue Details

IDProjectCategoryView StatusLast Update
0004610JEDI VCL02 Installationpublic2008-12-04 04:29
ReporterRockingWombleAssigned Toobones 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.33 
Target VersionFixed in Version 
Summary0004610: Installation with Delphi 5 Pro and RAD Studio 2007 Failure
Description - Developer Installation;
 - All design time and run time packages selected.

Error: \JVCL\run\JvComputerInfoEx.pas(1937): Ordinal type required
Fatal: JvSystemD5R.dpk(90): Could not compile used unit '..\..\run\JvComputerInfoEx.pas'

function TJvCPUInfo.GetSSE: TJvSSEVersion;
var
  ACPUInfo: TCpuInfo;
begin
  ACPUInfo := GetCPUInfo;
  case ACPUInfo.SSE of <---- Line 1937
    1 : Result := vSSE1;
    2 : Result := vSSE2;
TagsNo tags attached.

Activities

obones

2008-12-03 01:41

administrator   ~0015073

Please use latest JCL and JVCL versions

RockingWomble

2008-12-03 01:57

reporter   ~0015074

Hi,

Thanks for the quick response.

I have installed JCL 1.102 fine and have downloaded JVCL 3.35. However when I go to install the JVCL the first command script window reports the following errors: (Paths have been removed from the output)

[Compiling installer...]
Using CodeGear Delphi 2007 for Win32

CodeGear Delphi for Win32 compiler version 18.5
Copyright (c) 1983,2007 CodeGear
\Delphi\JVCL\JVCL3.35\run\JvJCLUtils.pas(7843) Error: E2003 Undeclared identifier: 'NativeSpace'
\Delphi\JVCL\JVCL3.35\run\JvJCLUtils.pas(7843) Error: E2015 Operator not applicable to this operand type
\Delphi\JVCL\JVCL3.35\run\JvJCLUtils.pas(7843) Error: E2015 Operator not applicable to this operand type
\Delphi\JVCL\JVCL3.35\run\JvJCLUtils.pas(7843) Error: E2015 Operator not applicable to this operand type
\Delphi\JVCL\JVCL3.35\run\JvJCLUtils.pas(7844) Error: E2015 Operator not applicable to this operand type
\Delphi\JVCL\JVCL3.35\run\JvJCLUtils.pas(8085) Error: E2003 Undeclared identifier: 'NativeForwardSlash'
\Delphi\JVCL\JVCL3.35\run\JvJCLUtils.pas(8137) Error: E2003 Undeclared identifier: 'NativeSpace'
\Delphi\JVCL\JVCL3.35\run\JvJCLUtils.pas(8137) Error: E2010 Incompatible types: 'string' and 'Integer'
DelphiData.pas(283) Fatal: F2063 Could not compile used unit 'JvJCLUtils.pas'

Failed to compile JVCL installer

Drücken Sie eine beliebige Taste . . .

Thanks in advance.

obones

2008-12-03 07:05

administrator   ~0015075

JCL 1.102 is for JVCL 3.34, not 3.35
Either use JCL 1.103 or use JVCL 3.34

I would recommend using 3.34 as 3.35 is for D2009 only.

RockingWomble

2008-12-04 02:04

reporter   ~0015078

Thanks for the info, I have gone with JCL 1.102 and JVCL 3.34 and the installation went perfectly!

Thanks again!

obones

2008-12-04 04:29

administrator   ~0015080

Thanks for letting us know

Issue History

Date Modified Username Field Change
2008-12-03 01:05 RockingWomble New Issue
2008-12-03 01:41 obones Note Added: 0015073
2008-12-03 01:41 obones Status new => feedback
2008-12-03 01:57 RockingWomble Note Added: 0015074
2008-12-03 07:05 obones Note Added: 0015075
2008-12-04 02:04 RockingWomble Note Added: 0015078
2008-12-04 04:29 obones Note Added: 0015080
2008-12-04 04:29 obones Status feedback => resolved
2008-12-04 04:29 obones Resolution open => no change required
2008-12-04 04:29 obones Assigned To => obones