Restored from previous forum. Originally posted by Joseph.
Thanks all for the quick replies
Originally posted by fred
I could include this directly in PureBasic editor Compiler option(Version, Description). What is needed in more ?
Fred - AlphaSND
Fred that would be WONDERFUL!
you know, it would give to the final EXE a kind of 'professional' touch,
Here is a complete version info resource file example, of course i agree with PB that having the chance to edit (hopefully by means of a listview/listbox dialog box) even a small subset would be excellent
1 VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEOS 0x4
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "0C0904E4"
{
VALUE "CompanyName", "MyCompany"
VALUE "FileDescription", "My Product, an amazing do-nothing tool

"
VALUE "FileVersion", "1.0.0.1"
VALUE "InternalName", "MyProduct"
VALUE "LegalCopyright", "(c) MyCompany 1999-2002"
VALUE "LegalTrademarks", "call for a quote

"
VALUE "OriginalFilename", "MyProd"
VALUE "ProductName", "Little Puppy"
VALUE "ProductVersion", "1.0.0.1"
VALUE "Comments", "Shareware."
VALUE "Additional Notes", "Not for distribution w/o the authors permission"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0C09 0x04E4
}
}
Thanks again
best regards
Joseph
Registered PureBasic User