Changes between Initial Version and Version 1 of Ticket #3299


Ignore:
Timestamp:
Jun 16, 2015, 3:45:15 AM (9 years ago)
Author:
historic_bruno
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3299 – Description

    initial v1  
    11r15869 added detection for Windows 10, which at that time was version 6.4. Microsoft has since changed [https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx their scheme] and will use 10.0 as the version number. However, with the latest Insider Preview, the `CurrentVersion` registry key we use lists "6.3" or Windows 8.1. I don't yet know if this is a bug or intentional.
    22
    3 At any rate, it's not recommended by MS to detect versions through the registry, they suggest either using the new [https://msdn.microsoft.com/en-us/library/windows/desktop/ms724429(v=vs.85).aspx version helpers] API or the methods described in [http://blogs.msdn.com/b/chuckw/archive/2010/02/24/what-s-in-a-version-number.aspx this article].
     3At any rate, it's not recommended by MS to detect versions through the registry, they suggest either using the new [https://msdn.microsoft.com/en-us/library/windows/desktop/ms724429(v=vs.85).aspx version helpers] API (not included in the vc120_xp toolset) or the methods described in [http://blogs.msdn.com/b/chuckw/archive/2010/02/24/what-s-in-a-version-number.aspx this article].