How to read the version details programatically.
General and Desktop
4
Posts
4
Posters
3.5k
Views
1
Watching
-
I would follow Andre's advice.
But if you really need to put version information in your application or DLL, you should use "VerQueryValue":http://msdn.microsoft.com/en-us/library/windows/desktop/ms647464(v=vs.85).aspx Be aware ofbq. you must first call the GetFileVersionInfoSize function, and then the GetFileVersionInfo function.