FB5.5 Setting Delphi's Stack Size using a Variable

I must be missing something . . . I am unable to set the Delphi 7 Compiler options for the stack size using a variable. I have defined a variable and will be reading its value from an INI file.  The is the error message that I get:

Any ideas?

Daniel Comeau

SettingStackSize.jpg

Hi Daniel,

The stack size property can be set using the actions BeforeAction script event, the Javascript to set the property is:

Action.MinStackSize = AppDelphiMinStackSize;

Regards,
Paul.