QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: GeorgeLee on June 30, 2020, 02:37:09 pm

Title: $VERSIONINFO:PRODUCTVERSION Workaround
Post by: GeorgeLee on June 30, 2020, 02:37:09 pm
I saw somewhere where someone was having problems getting the "PRODUCTVERSION#" to register correctly.  MY workaround is to use this syntax: $VERSIONINFO:PRODUCTVERSION=4.2.0.0

Skip the # sign and use dots in place of commas.  It is probably a simple routine error in the QB1.4 compile.

George Lee