We have Used Windows Common control (ComCtl32.dll) version 5 in most of the modules(DLL and EXE).
Now Some modules(DLL) requires the feature of Windows Common control version 6. We performed a feasibility using Windows Side by side feature to load both version 5 and version 6 in different DLLs of same application. All binaries are build using VS2010 and works fine in Windows 7 and Windows 10 OS. But Now we use VS2017 for build our binaries and seems that the feature is not working.
Since it is big system maintained by different team we can't able to switch the entire application to Common control version version 6. We also try to use CCM_SETVERSION message but it is also failed.
Please help me to solve the issue
