How to read the version details programatically.
-
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.