Quote:
Originally Posted by KaktoR
Why  
|
Was this capture not made before recompiling (Previous Debug)?
You would not have been able to compile with the variable ReloadComponents outside the area defined in the ISPP
Code:
ReloadComponents: = False;
Copy from the bottom and paste into the variable declaration this:
Code:
#if UseComponents == "1"
NOTES: The ISPP can also be used to limit a variable whether or not it is defined.
Code:
var
//////////////////////// Check boxes ////////////////////////
IconsCB, StartMenuCB, {#if CheckCRC == "1"}CRCCheckCB,{#endif} PauseCB, UninstallCB, LimitRAMCB: TNewCheckBox;