View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002298 | JEDI VCL | 00 JVCL Components | public | 2004-11-08 05:37 | 2004-11-08 06:21 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 2.10 | ||||
Target Version | Fixed in Version | ||||
Summary | 0002298: Serious error in JCL+JVCL210 | ||||
Description | On computer Pentium IV 3 GHz, appear error dividing by zero The error retire after blocking in file: JclSysInfo.pas following lines: procedure GetCpuInfo(var CpuInfo: TCpuInfo); begin // CpuInfo := CPUID; // CpuInfo.IsFDIVOK := TestFDIVInstruction; // if CpuInfo.HasInstruction then // begin // if (CpuInfo.Features and TSC_FLAG) = TSC_FLAG then // GetCpuSpeed(CpuInfo.FrequencyInfo); // CpuInfo.MMX := (CpuInfo.Features and MMX_FLAG) = MMX_FLAG; // end; end; If that is possible to repair? | ||||
Additional Information | Przemysław Biernat <przemyslaw.biernat@gawin.pl> | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-11-08 05:37 | anonymous | New Issue | |
2004-11-08 06:21 |
|
Status | new => resolved |
2004-11-08 06:21 |
|
Resolution | open => duplicate |
2004-11-08 06:21 |
|
Assigned To | => user72 |
2004-11-08 06:21 |
|
Note Added: 0005593 |