Wednesday, October 28, 2015

install_Vc6_on_Win7

精简版安装(不适合编译大工程):

  1. Prepare VC 6.0精简版:
    • VC6.0精简版下载地址:http://pan.baidu.com/s/1sj6VF6t 密码:jnfg
    • http://www.downcc.com/soft/24456.html
  2. //Let installation to skip Java update check: create zero byte file C:\Windows\MSJAVA.DLL
  3. 安装完成后,“右键 -> 属性 -> 兼容方式”进行设置WINXP SP2以及以管理员方式运行

完整版安装:

  1. VC6.0完整版(集成SP6,支持WIN764/32)下载地址:http://pan.baidu.com/s/1c0zneDU 密码:ebon
  2. 选择自定义安装,如果有“OLE/COM Object Viewer”,选项去掉(不兼容);去掉其他用不上的功能
  3. 在询问是否注册环境变量是,选择是
  4. 安装XP Platform SDK(本人的处理器为intel AMD64,所以下载XP_2003_SDK-amd64.exe,此sdk支持win2003和XP):
    • OPEN MSDEV,From the Tools menu, click Options....,select the Directories tab, Add a new directory entrY AS FIRST:C:\Program Files\XP_2003_SDK\Include
    • select Library files,Add a new directory:C:\Program Files\XP_2003_SDK\Lib
  5. 编译IDE快捷方式设置以管理员方式运行,但是不要设置兼容模式(打开FortiAvEngine会Crash)
  6. 下面是安装完成后常见问题的解决方案:http://c.biancheng.net/cpp/html/2241.html

No comments:

Post a Comment