00001 // VersionInfo.h 00002 00003 #ifndef VERSION_INFO_H 00004 #define VERSION_INFO_H 00005 00006 #include <string> 00007 00009 std::string GetModuleVersionInfo(const char* pszPath, const char* pszResource); 00010 00012 std::string GetVersionInfo(const char* pszResource); 00013 00015 std::string GetProductInfo(); 00016 00017 #endif // VERSION_INFO_H
1.4.3