Exe version

Post Reply
User avatar
Ugo
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy

Exe version

Post by Ugo »

Hi all,
i define this file:

Code: Select all

/****************************************************************************


MyTestFile.rc

produced by Borland Resource Workshop


*****************************************************************************/
#define __HARBOUR__

1 24 "\Work\XPStyle\WindowsXP.Manifest"

1 VERSIONINFO
FILEVERSION 7, 4, 3, 0
PRODUCTVERSION 7, 4, 3, 0
{
 BLOCK "StringFileInfo"
 {
  BLOCK "040904E4"
  {
   VALUE "Author", "MyAuthorName\000"
   VALUE "CompanyName", "MyCompanyName\000"
   VALUE "FileDescription", "MyFileDescription\000"
   VALUE "FileVersion", "7.4.3.0\000"
   VALUE "InternalName", "MyInternalName\000"
   VALUE "LegalCopyright", "\251 MyName 2004-2007\000"
   VALUE "ProductName", "MyProduct\000"
   VALUE "ProductVersion", "7.4.3.0\000"
   VALUE "OriginalFilename", "MyFile.exe\000"
   VALUE "PrivateBuild","\000"
   VALUE "SpecialBuild","\000"
  }
 }
 BLOCK "VarFileInfo"
 {
  VALUE "Translation", 1033, 1252
 }
}
is possible to retrieve the value at runtime? how?
there are other values to insert?
where I can find documentation?
Ciao, best regards,
Ugo
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ugo,

Please review samples\FileVer.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Ugo
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy

Post by Ugo »

Antonio Linares wrote:Please review samples\FileVer.prg
Antonio,
thank you for your reply.

It is also possible to insert a personal variable! :D
Very very good!!
Ciao, best regards,
Ugo
User avatar
reinaldocrespo
Posts: 918
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Post by reinaldocrespo »

Antonio;

Hi.

When did you release filever.prg? For some reason I can't seem to find it.

Thank you,



Reinaldo.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Reinaldo,

August 2006
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply