How can I update common control DLS in version 6 on Windows 7? I have created using the new features in the MFC application. Version 6 of Windows General Control is the default version of DLL in Windows 2000, 5.80. I need to support Windows 2000, I'm unable to find a way to update the common control dll. The Microsoft website mentions that common control is not redistributed in version 6.
As you have already discovered, the common control library can not be redistributed so You will be able to technically find a way to do this, it will still not be legal. You must either remove the V6 features from your app, find alternative third party suppliers who can provide the same functionality, or write it yourself. Sorry, if it is not what you wanted to hear.
Comments
Post a Comment