I want add a directory Delphi Library search path, the problem is FB5 expands the variables.
See the example for details.
This was done with FB 5.5.0.340
How can I prevent FB5 expanding the variables?
I want add a directory Delphi Library search path, the problem is FB5 expands the variables.
See the example for details.
This was done with FB 5.5.0.340
How can I prevent FB5 expanding the variables?
Hi Mart,
On the “String Concatenation” action you will need to turn off the “Expand variable references” option on the “Input and Output” tab. (This option was only recently added, you will need to download the latest test build: https://www.finalbuilder.com/downloads/finalbuilder/550/FB550_488.exe) This will stop FinalBuilder expanding the variables within that variable, you will also need to use %!SearchPath% as the new value in the set registry value action for the same reason.
Regards,
Paul.