On Tue, Nov 12, 2019 at 3:55 PM Dmitry Timoshkov dmitry@baikal.ru wrote:
Nikolay Sivov bunglehead@gmail.com wrote:
On Tue, Nov 12, 2019 at 1:13 PM Dmitry Timoshkov dmitry@baikal.ru
wrote:
An application that I have here checks comctl32.dll version information and refuses to run, changing DLL version to 6.0 makes it run.
...
So which one does it check, resources or DllGetVersion()?
It checks the version information in the DLL resources (GetFileVersionInfo).
In that case I'd suggest to have it tested in staging first, at least until next stable release. It's not an ordinary dll version change because it's up to application to request it.
-- Dmitry.