View Issue Details

IDProjectCategoryView StatusLast Update
0006390JEDI VCL00 JVCL Componentspublic2015-09-21 17:47
ReportertecnobyteAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.49 
Summary0006390: JVCL 3.48 - DWORD_PTR type problem with Delphi 7
DescriptionOn 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);

TagsNo tags attached.

Activities

AHUser

2015-03-15 11:03

developer   ~0021150

Already fixed (2014-05-08)
13a6de00518eac11b24696cef1af0ae4b8c38aef

Issue History

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