View Issue Details

IDProjectCategoryView StatusLast Update
0006444JEDI VCLGeneral APIpublic2016-08-06 13:44
ReporterrbwinstAssigned ToChristianWimmer 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0006444: JvToolEdit won't compile on Rad Studio XE2
Descriptionwhen installing JVCL from the installer without JVCL Themes, JvToolEdit won't compile on Rad Studio XE2.
Additional InformationI was able to get around this by the following
JvtoolEdit
Line 1476 change
  {$IFDEF COMPILER16_UP}
to
  {$IFDEF HAS_UNIT_VCL_THEMES}

Line 1479 change
  {$ENDIF COMPILER16_UP}
to
  {$ENDIF HAS_UNIT_VCL_THEMES}

Line 1557 change
          {$IFDEF COMPILER16_UP}
to

Line 1564 change
          {$ENDIF COMPILER16_UP}
to
          {$ENDIF HAS_UNIT_VCL_THEMES}

Line 1573 change
        {$IFDEF COMPILER16_UP}
to
        {$IFDEF HAS_UNIT_VCL_THEMES}

Line 1580, change
        {$ENDIF COMPILER16_UP}
to
        {$ENDIF HAS_UNIT_VCL_THEMES}
TagsNo tags attached.

Activities

AHUser

2016-08-06 00:03

developer   ~0021340

Fixed.

Issue History

Date Modified Username Field Change
2015-09-17 23:29 rbwinst New Issue
2015-09-17 23:29 rbwinst Status new => assigned
2015-09-17 23:29 rbwinst Assigned To => ChristianWimmer
2016-08-06 00:03 AHUser Note Added: 0021340
2016-08-06 00:03 AHUser Status assigned => resolved
2016-08-06 00:03 AHUser Resolution open => fixed
2016-08-06 13:44 AHUser Status resolved => feedback
2016-08-06 13:44 AHUser Resolution fixed => reopened
2016-08-06 13:44 AHUser Project JEDI API & WSC Library => JEDI VCL
2016-08-06 13:44 AHUser Status feedback => resolved
2016-08-06 13:44 AHUser Resolution reopened => fixed