At one point this was working. Now it is not. I see there were some posts on updates. What was the final verdict.
I have this code in my .rc file. It no longer shows the results in properties.
Using FWH 22.06, Harbour, MS Visual Studio Community 2022.
I have this code in my .rc file. It no longer shows the results in properties.
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 12,24,1,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0c0a04b0"
BEGIN
VALUE "CompanyName", "MasterLink Software SBS"
VALUE "FileDescription", "Shop Service Writer"
VALUE "FileVersion", "12.2.4.0"
VALUE "InternalName", "MLS12.exe"
VALUE "LegalCopyright", "Copyright (C) MasterLinkSoftware 1982-2023"
VALUE "OriginalFilename", "MLS12.exe"
VALUE "ProductName", "<Service Shop Writer>"
VALUE "ProductVersion", "12.24.1.1"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x09, 1200
END
ENDTim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
