Timeline for version.rc does not include string info from "#define"
Current License: CC BY-SA 4.0
3 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Sep 12 at 12:15 | history | edited | AmigoJack | CC BY-SA 4.0 |
proper syntax highlighting; removing space before punctuation
|
Sep 12 at 12:09 | comment | added | AmigoJack |
VarFileInfo is the index on which blocks of info exist. The languages are meant for the version info only, so if you have only language independent values like numbers in there use the language code 00000000 in the block (and 0, 0 in the index). Also note that you don't need to define all the VALUE s in the block - you can also shrink it down to FileVersion and ProductVersion (or even define your own, but the Explorer doesn't display those anymore since at least Windows 7).
|
|
Sep 12 at 9:11 | history | answered | John John | CC BY-SA 4.0 |