FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Exe version
Posts: 283
Joined: Sat Oct 15, 2005 06:40 AM
Exe version
Posted: Tue Apr 03, 2007 07:46 AM
Hi all,
i define this file:
/****************************************************************************


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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Exe version
Posted: Thu Aug 09, 2007 11:49 AM

Ugo,

Please review samples\FileVer.prg

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 283
Joined: Sat Oct 15, 2005 06:40 AM
Exe version
Posted: Thu Aug 09, 2007 01:13 PM
Antonio Linares wrote:Please review samples\FileVer.prg

Antonio,
thank you for your reply.

It is also possible to insert a personal variable! :-)
Very very good!!
Ciao, best regards,

Ugo
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Exe version
Posted: Thu Aug 09, 2007 02:42 PM

Antonio;

Hi.

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

Thank you,

Reinaldo.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Exe version
Posted: Thu Aug 09, 2007 03:55 PM

Reinaldo,

August 2006

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion