Original content and more: http://yysource.sourceforge.net/?p=103
Download and install the Windows debugging Tools
http://msdn.microsoft.com/zh-CN/windows/hardware/gg463009
There are specific versions to choose from.
In this page point will find the download is actually online installer.
If you want to install the ISO offline package, you need to be very troublesome to find out, here are some of the main offline ISO package, to eliminate the trouble of everyone:
Windows Driver Kit Version 7.1.0
http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11800
Microsoft Windows SDK for Windows 7 and. NET Framework 4 (ISO)
http://www.microsoft.com/en-us/download/details.aspx?id=8442
Attached: The tool used on WIN8 did not find the offline version.
--------------------------------------------------------------------------------------------------------------- -----------------------------------------------------------
When downloading, the name of the 3 ISO versions was unexpectedly changed, X86/x64/itanium. It seems that the AMD64 version should be downloaded at 7. Because mine is a 64-bit system.
corresponding Grmsdk_en_dvd.iso/grmsdkx_en_dvd.iso/grmsdkiai_en_dvd.iso respectively
---------------------------------------Split Line----------------------------------------
An error occurred while installing Microsoft Windows SDK 7.1:
Microsoft Windows SDK for Windows 7 product have reported the following error:please refer to Samples\setup\html\configdet Ails.htm document for further information.
First explain my installation environment,
System: Windows 7 SP1
Ide:visual Studio SP1 (hereinafter referred to as VS2010SP1)
Second, download the offline version of Windows SDK 7.1, and the KB2519277 installation package before installing. It is also important that Microsoft Visual C + + x86 Redistributable-10.0.30319 and later versions are installed automatically when you install VS2010SP1, and you must first uninstall the Microsoft Visual c+ + x86 Redistributable-10.0.30319 A higher version (not including Microsoft Visual C + + x86 Redistributable-10.0.30319).
Again, now that you can finally start installing Windows SDK 7.1, be careful not to install Vc-compiler when installing, and the other options are default.
Then, install VS2010 SP1 (link)
Finally, install our pre-downloaded vc-compiler-kb2519277 installation package to complete the installation.
---------------------------------------Split Line----------------------------------------
If you do not install vs. SP1, install it in the following order
1> Installation vs2010
2> Install Windows SDK v7.1, ensure that all VC + + x86/x64 runtime/redistributable versions cannot be greater than 10.0.30319 before installing. exists then uninstall
3> Installing VS2010 SP1
4> installation vc-compiler-kb2519277
---------------------------------------Split Line----------------------------------------
For a description of some steps:
1. Reasons for uninstalling a higher version than Microsoft Visual C + + x86 Redistributable-10.0.30319:
Windows SDK 7.1 does not support versions of Microsoft Visual C + + x86 Redistributable-10.0.30319.
2. The reason for installing Vc-compiler is not directly selected when installing Windows SDK 7.1:
In the installation of VS2010 SP1 patch, Vc-compiler installed problems, not resolved, the direct installation of Vc-compiler error. So skip the Vc-compiler installation, and then use the KB2519277 installation package to complete the installation of Windows SDK 7.1.
PS1:
----> C:\Program Files (x86) \microsoft Visual Studio 10.0\vc\include\intrin.h (+):fatal error C1083:cannot Open I Nclude file: ' ammintrin.h ': No such file or directory
The Error is caused because file Intrin.h has reference to Ammintrin.h, and after this update there is no such file. Relevant fragment from Intrin.h:
#if defined (_m_ix86) | | Defined (_m_x64)
#include <immintrin.h>
#include <ammintrin.h>
Searching Google for the answer I found only one link in Russian. Russian developer says, he has reinstalled Visual Studio. Tried to search MS Connect again, and found:windows Update KB2455033 breaks build with missing ammintrin.h.
The workaround is to install Visual Studio SP1. Download it form Microsoft website:microsoft Visual Studio Service Pack 1 (Installer).
It does work.
PS2:
----> Unexpected standard exception from MEX file.
----> Opencv\modules\core\src\convert.cpp:265:error: ( -215) MV && n > 0
See here for solutions.
--------------------------------------------------------------------------------------------------------------- -----------------------------------
Microsoft Windows SDK Installation FAQs
Error Replay One:
A problem occurred while installing selected the Windows SDK components.
Installation of the "Microsoft Windows SDK for Windows 7 Compilers for x86" product have reported the following error: Installed Serious error
Attempt to resolve the problem and then start Windows SDK setup again. If you continue to has problems with this issue, please visit the SDK Team support page at Http://go.microsoft.com/fwlink /? linkid=130245.
Click the View log button to review the installation log.
To exit, click Finish.
Workaround:
Do not tick Visual C + + compiler when installing SDK ver7.1, install KB2519277 after installation
Error Replay Two:
A problem occurred while installing selected the Windows SDK components.
Installation of the "Microsoft Windows SDK for Windows 7" product have reported the following error:please refer to Sample S\setup\html\configdetails.htm document for further information.
Attempt to resolve the problem and then start Windows SDK setup again. If you continue to has problems with this issue, please visit the SDK Team support page at Http://go.microsoft.com/fwlink /? linkid=130245.
Click the View log button to review the installation log.
To exit, click Finish.
Workaround:
Uninstalling Visual C + + Redistributable
Other error resolution methods:
If not, just one installation, tick the first option, install it, then tick the second one, so.
or open the ISO directory and install the installation packages in each folder in the Setup folder .....
Win7 under Installation SDKs