I'm trying to use the standard GetFileVersionInfoSize(),
GetFileVersionInfo() and VerQueryValue() functions
to read the resources out of EXE files, but I'm getting
inconsistent results. For some files I can read the text
info but not the version and vice-versa for other files.
Yet when I look at the Properties dialog for the given
files (from Win Explorer) all the information is present.
Are the functions above outdated?
Thanks!
------------------
Mark Newman
GetFileVersionInfo() and VerQueryValue() functions
to read the resources out of EXE files, but I'm getting
inconsistent results. For some files I can read the text
info but not the version and vice-versa for other files.
Yet when I look at the Properties dialog for the given
files (from Win Explorer) all the information is present.
Are the functions above outdated?
Thanks!
------------------
Mark Newman
Comment