Bo_resc is a global Extension template that adds Version Information Resources to the exe or dll. It includes an auto increment build feature for each compile.

The Build Number is stored in %ApplicationBld.txt. It interacts with the AppSpecsControl. 32bit only. The defaults are set up for my use, and you can change them in the template editor by editing the DEFAULT Settings, Example --- #PROMPT ('Copyright', @s255), %ResLegalCopyright, DEFAULT('Copyright<169> Comsoft7<174>1985-2009')

 

Bo_resc

 

The File Version defaults to 1.0.0.0, salt to taste. Up to 99.99.99.99<g>.

Now is working with W2K and XP.

 

Fill in the Description and Product Name.

 

Most of the prompts are calculated for you, and you can change the defaults in the template to represent your company in the prompts.

 

#PROMPT ('Copyright', @s255), %ResLegalCopyright, DEFAULT('Comsoft7<169>1985-2003')

#PROMPT ('Company Name', @s255), %ResCompanyName, DEFAULT('Comsoft7<174>')

 

 

You can enable the Special build autoinc to increment the build each time you compile. The Build Number is stored in %ApplicationBld.txt in your compile

directory, or whereever your Redirection file may take *.txt files. You can delete the file to start over, or edit it with notepad to change the version number. It stores

the last used number and increments it on compile.

 

Following is the results on XP.

 

Bo_rescApp

 

With added custom resources.

 

Bo_rescApp2