We have Delphi projects and all these project use a single version.res file for File Versioning. Right now, i have to manually edit this file for every build. I would like to if Final Builder can read and update this file?
Thanks
Arun
We have Delphi projects and all these project use a single version.res file for File Versioning. Right now, i have to manually edit this file for every build. I would like to if Final Builder can read and update this file?
Thanks
Arun
A better solution is to create a .rc file and have FinalBuilder update that file via the Win32 Version Info Updater action, and then use the Resource compiler action to compile it as part of the build. FinalBuilder doesn’t support modifiying .res files.
Vincent,
Thanks for the reply. All the delphi projects we have references version.res so how i will have to create a .rc file which in turn create a version.res file right?
Let me give it try.
Thanks
Arun
Yes that’s right.