Hi am running FinalBuilder 7 (EE) (Vista, Delphi XE) and am having trouble getting a build from the build command.
The build folder is d:\builder\build\delphi.
My project uses a 3rd party component (TMS Software's Flexcel) installed on a different folder.
When I run the FB project, it gets to the build item and then errors:
Error creating cfg file.
-> Error expanding variables in Library Path : Variable : FLEXCELVCL - does not exist!
I made sure that the building directory is read/write; but when I right click on the folder (d:\builder), it says it's "Read Only". So I reset the flag. But when I check on the properties again, it's back to read only. Am I missing something?
I was mistaken, they are under HKEY_CURRENT_USER. I will do some testing today and see if I can figure out what is happening. Are you sure you have the correct version of delphi selected on the Delphi Action?
There were some major changes to how variables work between FB6 and FB7, the delphi action has it’s own variable namespace and virtualises the variables based on the compiler version (to allow multiple versions of delphi to define variables). So those variables are only valid for use in the Delphi action (or in child actions under them, due to how namespaces work).
Hi Vincent, i have uninstall RemObjects, because we don’t use it. I delete everything with RemObject and Everwood in Registry. Now I reload my Project in FB. Now it works.
Is there a problem with Environment Variables with spaces (REmObjects SDK)?