View Issue Details

IDProjectCategoryView StatusLast Update
0001731JEDI VCL00 JVCL Componentspublic2004-05-08 08:04
ReporterghendricAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
PlatformWindowsOSWindows XPOS VersionProfessional
Product Version2.10 
Target VersionFixed in Version 
Summary0001731: Install problem
DescriptionI got a new pc but now can't get JEDI VCL 2.10 to install. The install compiles everything but when I open Delphi 5 Enterprise I get an error "Can't load package C:\Program Files\Borland\Projects\Bpl\JVCL200_D50.BPL, Invalid floating point operation..etc" What could be the problem? I deleted everything and started over and still get the same results. Help..
TagsNo tags attached.

Activities

user72

2004-05-06 14:52

  ~0004174

Search this bug tracker for GetCPUSpeed, especially in the Code Library group. That should turn up some answers.

ghendric

2004-05-07 03:50

reporter   ~0004178

I found a bug note with this problem that I am having. My pc has hyper-threading. I commented out the line in JclSysInfo.pas, Ticks := Round(Ticks / (CountFreq.LowPart / 10)), recompiled and everything installed. My question is, will JCL 1.90 work with JVCL 2.10? I found a note that it doesn't work with JVCL 2.10.. Can I just use the new JclSysInfo.pas instead and recompile it within JCL 1.22?

user72

2004-05-07 04:10

  ~0004179

Yes, you should be able to use the new JclSysInfo or at least the new GetCPUSpeed function (since it is that function that caused the problem) with JVCL 2.10.

I would be very surprised if JVCL 2.10 would work without problems with JCL 1.90, so I would recommend making as few changes as possible to JCL.

anonymous

2004-05-08 08:01

viewer   ~0004188

I copied the GetCPUSpeed function from the newer version of JCL into JSysInfo unit and recompiled it. That fixed my problem. I haven't tested the new change yet. It should work fine though...

Issue History

Date Modified Username Field Change
2004-05-06 14:11 ghendric New Issue
2004-05-06 14:52 user72 Note Added: 0004174
2004-05-06 23:48 user72 Status new => acknowledged
2004-05-07 03:50 ghendric Note Added: 0004178
2004-05-07 04:10 user72 Note Added: 0004179
2004-05-08 08:01 anonymous Note Added: 0004188
2004-05-08 08:04 user72 Status acknowledged => resolved
2004-05-08 08:04 user72 Resolution open => fixed
2004-05-08 08:04 user72 Assigned To => user72