"Build Delphi Project" - Problems with setting "Starting dir" on tab "Project"

Hi!

I’m using the latest version (8.0.0.2228). When touched the build delphi project action in some project, the option “startingdir” was added to the project file. It was set to the base directory of “project file” - but I use a variable there, so this is not the right path. In fact, the the delphi build fails complaining that it can’t find (some) files. So it tried to use the same variable as I use for “project file” - but every time, the action is opened, the value of the setting is reset to the (wrong) value.

My workaround is to unset this options with vbscript “BeforeAction” - which works.

If you require this option to be set, please don’t reset it to a wrong value :wink:

Greetings!

Hi Chris,

I have found the issue and addressed it in the release below.

http://downloads.finalbuilder.com/downloads/finalbuilder/800/FB800_2259.exe

Hi Jason!

Thanks for the quick response and fix. It works, though it still needs to be set in the UI (can’t be empty). As my workaround showed, this options can be empty (e.g. when set with VBscript), so it should not be required to have a value set.

Regards,
Chris