The properties assigned in resource file are not displayed when one right clicks on the program icon. Resource file is attached. What am I missing?
Announcement
Collapse
No announcement yet.
Resource file entries not displayed
Collapse
X
-
Michael and Knuth,
Thanks for the replies. I was compiling on a machine with Vista. MS has removed the Version and Summary screens from Properties and added screens entitled Details and Previous Versions. I expected the Details screen would display the information but it does not. It does work as expected if one right clicks on PB/CC IDE file. Any further thoughts would be apprecaited.
I should have noted that the file extension was changes to TXT to be able to upload the file - RC is not accepted extension.
Keith
Comment
-
This works on Vista adjust to your needs
-Mike
Code:VS_VERSION_INFO VERSIONINFO FILEVERSION 2,0,0,0 PRODUCTVERSION 2,5,0,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS 0x0 FILEOS VOS_WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" BEGIN VALUE "CompanyName", "ORNL\0" VALUE "FileDescription", "Viewer of ICRP-07 Files\0" VALUE "FileVersion", "02.50.0000\0" VALUE "LegalCopyright", "Copyright \251 2008 Keith F Eckerman\0" VALUE "LegalTrademarks", "DECDATA\0" VALUE "ProductVersion", "1.00.0001\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END
A dozen what.
Comment
Comment