Is there a simple way of obtaining the application version information from the resource file at runtime?
Effectively what I\'d like to do is be able to have a \"Ve
If the OS is Windows, use the GetFileVersionInfo and VerQueryValue functions.
GetFileVersionInfo
VerQueryValue