最近试着用 VS2010 + Qt 开发程序,发现 VS2010 里面没有提供单独的调试器 cdb,这样用 Qt Creator 时就无法设置断点调试,很不方便。想起 Windows SDK for Windows 7 中是有cdb。因此就将 Windows SDK for Windows 7 下载下来安装。但是装到一半却遇到了问题。错误提示如下:

  1. A problem occurred while installing selected Windows SDK components.
  2. Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.
  3. Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.
  4. Click the View Log button to review the installation log.
  5. To exit, click Finish.

这个错误提示可以说没啥用,SDK 没装完,根本就没有 Samples\Setup\HTML\ConfigDetails.htm 这个文件。Google 了一番,算是找到了解决办法,这里记录一下。

下面的网址对这个问题做了一番讨论,感兴趣的可以仔细读读。

http://stackoverflow.com/questions/1901279/windows-7-sdk-installation-failure

大体的意思就是说电脑里安装的 Visual C++ 2010 Redistributable 比 SDK 中自带的版本高( 10.0.30319 )时就会报错。最简单的解决办法就是删除掉已经安装的Visual C++ 2010 Redistributable,然后安装上SDK 上提供的Visual C++ 2010 Redistributable。我就是采用的这种方法,是可行的。最后再升级一下Visual C++ 2010 Redistributable就行了。

最新文章

  1. 批量过滤POST GET数据
  2. Windows程序设再读笔记00-序言
  3. where过滤字句
  4. 2^x mod n = 1(欧拉定理,欧拉函数,快速幂乘)
  5. Openstack的删除错误网桥,虚拟网络
  6. notifyDataSetChanged listview内容没更新的问题
  7. sonne_game网站开发03 spring-mvc+freemarker整合
  8. 一步步学习NHibernate(2)——配置NHibernate的环境
  9. 基于akka实现简单的主从框架
  10. [置顶] lvs-tun隧道模式搭建
  11. C# 语言的多线程编程,完全是本科OS里的知识
  12. 附录C--拉格朗日对偶性
  13. 《STL源码剖析》----2.23 value_type()和__type_traits<>如何实现
  14. CF1153D Serval and Rooted Tree(树形DP)
  15. 【C++ 模板迭代器实例/半素数】
  16. 【Git】vs code+git 不使用ssh的链接remote server的方式
  17. .Net可扩展的单据编号生成器-SNF.CodeRule--SNF快速开发平台3.2
  18. C++内存管理(转)
  19. 谈谈Groovy闭包
  20. topcoder srm 697 div1 -3

热门文章

  1. 消息队列实现回射客户/服务器和 msgsnd、msgrcv 函数
  2. Pandas dataframe 与 Spark dataframe 的区别
  3. laravel 如何引入自己的函数或类库
  4. angular.js 中同步视图和模型数据双向绑定,$watch $digest $apply 机制
  5. ETL调度开发(5)——连接数据库运行数据库命令子程序
  6. INTEL
  7. maven(2)------maven构建项目
  8. 每日英语:Why Are Fractions Key To Future Math Success?
  9. Ubuntu 12.04下mysql的安装与配置
  10. ASP.NET MVC4企业级实战目录