Closed delphidabbler closed 1 year ago
In addition there's much use of the with
statement in the unit. These really need to go!
Just checked this again and, in fact, the methods are correct.
Closing this issue as invalid.
However, the with
statement really does need to be removed, so opening a new issue for that.
The
TVersionInfo.FileVersionNumberStr
andTVersionInfo.ProductVersionNumberStr
methods both access the wrong version information. They access the file version and product version fixed file info fields, which automatically cast to string, instead of the string information items they are intended to access.