How to get dll release with Qlibrary
-
I need to get release from a dll, without using specifics Windows function (GetFileVersionInfoSize, GetFileVersionInfo, VerQueryValue).
How to do that ?
Best regards. -
There is no cross platform possibility to store the version info inside a dll.
Even on Linux, I know no one. There, some libs have the version number in the name, but not all, but AFAIK they have no vendor info compiled in.
So, use the platform APIS for such things.