Hi Guys

Hi Guys,
i am using

program Test_Application;
{$R 'version.res' 'version.rc'}

to update product version of my application ,i have copied both files in my project directory but version details not reflect in version.res file when i build/compiled my application and its reflect only when i compile thru brcc32.exe.

i want version auto reflect in version.res file when i build/compile my application and use information which i update
in version.rc file.

so i m missing anything?

because samething works fine in one of test the project i have..and i also go thru that but dont found anything helful.

Comments

  1. Why don't you use the built-in version management instead?
    Project|Options|Version Info

    ReplyDelete
  2. Lars Fosdal thanx for your suggestion but i m going to work on project which have all ready this kind of versioing practise.

    ReplyDelete
  3. Using an external .rc file allows you to change the version number without using the IDE, for example in an automated build script.

    ReplyDelete

Post a Comment