View Issue Details

IDProjectCategoryView StatusLast Update
0004488JEDI VCL00 JVCL Componentspublic2008-12-22 04:23
Reporterrogier21Assigned Toobones 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.34 
Target VersionFixed in Version 
Summary0004488: Delphi 7 does not want to compile JvButton.pas and JvHotTrackPersistent.pas
DescriptionI have problem with 2 units that do not want to compile when I use them:
JvButton.pas
gives the error:
[Error] JvButton.pas(922): Incompatible types: 'TControl' and 'HDC'
[Error] JvButton.pas(922): Incompatible types: 'HDC' and 'TRect'
[Error] JvButton.pas(922): Incompatible types: 'TRect' and 'Integer'
[Error] JvButton.pas(922): Not enough actual parameters
[Fatal Error] JvSpeedButton.pas(55): Could not compile used unit 'JvButton.pas'

On line 922:
  DrawThemedFrameControl(Canvas.Handle, PaintRect, DFC_SCROLL, DrawFlags)


JvHotTrackPersistent.pas:
[Hint] JvButton.pas(920): Value assigned to 'DrawFlags' never used
[Hint] JvButton.pas(918): Value assigned to 'DrawFlags' never used
[Error] JvHotTrackPersistent.pas(51): Cannot override a static method
[Error] JvHotTrackPersistent.pas(55): Undeclared identifier: 'DefaultHotTrackColor'
[Error] JvHotTrackPersistent.pas(57): Undeclared identifier: 'DefaultHotTrackFrameColor'
[Error] JvHotTrackPersistent.pas(105): Cannot override a static method
[Error] JvHotTrackPersistent.pas(149): Incompatible types
[Error] JvHotTrackPersistent.pas(228): Incompatible types
[Error] JvHotTrackPersistent.pas(253): Missing operator or semicolon
[Error] JvHotTrackPersistent.pas(253): Incompatible types: 'TPersistent' and 'IJvHotTrack'
[Error] JvHotTrackPersistent.pas(340): Operator not applicable to this operand type
[Hint] JvHotTrackPersistent.pas(100): Private symbol 'IJvHotTrack_Assign' declared but never used
[Fatal Error] JvSpeedButton.pas(55): Could not compile used unit 'JvHotTrackPersistent.pas'
TagsNo tags attached.

Activities

obones

2008-10-01 23:37

administrator   ~0014734

Have you installed all updates for Delphi 7?
I guess not.

rogier21

2008-10-02 06:07

reporter   ~0014735

I have Delphi 7.2 Professional. I cannot find any other updates.

AHUser

2008-10-08 11:26

developer   ~0014784

Is there an outdated JvThemes.dcu and/or JvTypes.dcu somewhere on the compiler's search path?

obones

2008-12-22 04:23

administrator   ~0015127

No news, assuming this is fixed.

Issue History

Date Modified Username Field Change
2008-10-01 11:05 rogier21 New Issue
2008-10-01 23:37 obones Note Added: 0014734
2008-10-01 23:37 obones Status new => feedback
2008-10-02 06:07 rogier21 Note Added: 0014735
2008-10-08 11:26 AHUser Note Added: 0014784
2008-12-22 04:23 obones Note Added: 0015127
2008-12-22 04:23 obones Status feedback => resolved
2008-12-22 04:23 obones Resolution open => no change required
2008-12-22 04:23 obones Assigned To => obones