Icon View Incident Report

Serious Serious
Reported By: Matthew Jones
Reported On: 7/6/2017
For: Version 2.06 Build 4
# 4555 DEFINE Compiler Directives Not Being Handled Correctly Within Other IFDEF Compiler Directives

Using the following code, when the library is being built, at IDE load time, should DEBUG_REPORT_ENABLE be defined?

I have the line in my uses clause:
{$IFDEF DEBUG_REPORT_ENABLE} uDebugReport, {$ENDIF}

which fails to compile at IDE load time.

{$IFNDEF DESIGN}
{$DEFINE DEBUG_REPORT_ENABLE}
{$DEFINE x_DEBUG_FORMLIST}
{$DEFINE xDEBUG_SCROLL}
{$DEFINE DEBUG_LOWEST}
{$ENDIF}



Resolution Resolution
Fixed Problem on 7/10/2017 in version 2.06 build 5


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image