Description: You can use this class to determine a full file version information, in any file that have version information resource, such as dynamic-link libraries (DLLs), executable files, font files, OCX files, etc., including version information blocks in multiple languages. This class wraps the GetFileVersionInfo, GetFileVersionInfoSize, VerQueryValue, and VerLanguageName API functions. See sample image below:
File list (Check if you may need any files):
VerInf_Proj\HyperLink.cpp
...........\HyperLink.h
...........\ReadMe.txt
...........\res
...........\...\verinf.ico
...........\...\verinf.rc2
...........\...\verinf.xml
...........\Resource.h
...........\Src
...........\...\verinfo.cpp
...........\...\verinfo.h
...........\StdAfx.cpp
...........\StdAfx.h
...........\verinf.cpp
...........\verinf.dep
...........\verinf.dsp
...........\verinf.dsw
...........\verinf.h
...........\verinf.mak
...........\verinf.rc
...........\verinfDlg.cpp
...........\verinfDlg.h
VerInf_Proj