View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006390 | JEDI VCL | 00 JVCL Components | public | 2015-03-15 00:35 | 2015-09-21 17:47 |
Reporter | tecnobyte | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 3.49 | |||
Summary | 0006390: JVCL 3.48 - DWORD_PTR type problem with Delphi 7 | ||||
Description | On unit TJvRichEditStrings.pas: dwCookie := DWORD_PTR(AConverter); and dwCookie := DWORD_PTR(Cookie); The DWORD_PTR not found in Delphi7. Solve: dwCookie := {$IFDEF COMPILER19_UP}DWORD_PTR{$ELSE}Longint{$ENDIF}(AConverter); and dwCookie := {$IFDEF COMPILER19_UP}DWORD_PTR{$ELSE}Longint{$ENDIF}(Cookie); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-03-15 00:35 | tecnobyte | New Issue | |
2015-03-15 11:03 | AHUser | Note Added: 0021150 | |
2015-03-15 11:03 | AHUser | Status | new => resolved |
2015-03-15 11:03 | AHUser | Fixed in Version | => Daily / GIT |
2015-03-15 11:03 | AHUser | Resolution | open => fixed |
2015-03-15 11:03 | AHUser | Assigned To | => AHUser |
2015-09-21 17:47 | obones | Fixed in Version | Daily / GIT => 3.49 |