View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001827 | JEDI VCL | 02 Installation | public | 2004-06-02 08:03 | 2004-06-03 00:25 |
| Reporter | westphal | Assigned To | user72 | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001827: D5 can't compile JvDynControlEngineVCL | ||||
| Description | proposed modifications //in JvDynControlEngineJVCL.pas //(1586) Error: Undeclared identifier: 'Header' //(1608) Error: Undeclared identifier: 'Header' procedure TJvDynControlVCLCheckListBox.ControlSetHeader(Index: Integer; Value: Boolean); begin {$IFDEF COMPILER6_UP} {$IFDEF VCL} Header[Index] := Value; {$ENDIF} {$ENDIF} end; function TJvDynControlVCLCheckListBox.ControlGetHeader(Index: Integer): Boolean; begin {$IFDEF COMPILER6_UP} {$IFDEF VCL} Result := Header[Index]; {$ENDIF} {$ENDIF} end; //in JvDynControlEngineJVCL.pas procedure TJvDynControlJVCLCheckListBox.ControlSetHeader(Index: Integer; Value: Boolean); begin {$IFDEF COMPILER6_UP} {$IFDEF VCL} Header[Index] := Value; {$ENDIF} {$ENDIF} end; function TJvDynControlJVCLCheckListBox.ControlGetHeader(Index: Integer): Boolean; begin {$IFDEF COMPILER6_UP} {$IFDEF VCL} Result := Header[Index]; {$ENDIF} {$ENDIF} end; // in JvParameterList.pas(811) Error: Undeclared identifier: 'EVariantTypeCastError' procedure TJvBaseParameter.SetWinControlData(Value: Variant); begin if Assigned(JvDynControlData) then try JvDynControlData.ControlValue := Value; except {$IFDEF COMPILER6_UP} on e:EVariantTypeCastError do {$else} on e:EVariantError do {$endif} end; end; | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-06-02 08:03 | westphal | New Issue | |
| 2004-06-03 00:25 |
|
Status | new => resolved |
| 2004-06-03 00:25 |
|
Resolution | open => fixed |
| 2004-06-03 00:25 |
|
Assigned To | => user72 |
| 2004-06-03 00:25 |
|
Note Added: 0004442 |