I use finalbuilder projects to compile delphi programs.
Since my update to version 2056 any binary has version number 0.0.0.0.
I use a property set to define the the version info. The same project works fine with version 1968.
I’m not able to reproduce this here, you will need to provide more information on your environment, delphi version, delphi project type etc.
Hi Vincent,
thanks for the reply. I spent some time to provide you with a sample project - and found that this error seems to be unrelated to the delphi action (this was my assumption as I saw XE3 related changes in the version history…).
I’ve prepared and collected some files for you. Please perform the following steps to reproduce the error:
1. start FB.fbp7 with F9 in build 1968
2. press OK in the following dialog
3. the new executable starts and shows the version info (e.g. V5.6.7.89)
The same steps with build 2056 always produces V0.0.0.0
Obviously something happened to the ‘exit loop’ action, which in 2056 does not only exit the loop but also some more actions…
You can see it in FB_1968.png and FB_2056.png. Therefore the property set related actions are skipped at all
I hope this helps…
Best regards
Michael
forgot the attachment …
Thanks, I was able to reproduce this here, it’s a regression caused by another bugfix to the exit loop action… looking into it.
Hi
This build has the fix :
http://downloads.finalbuilder.com/downloads/finalbuilder/700/FB700_2123.exe
Hi Vincent
thank you for the fast fix - works as expected.
BR
Michael