Visual C++ 6.0在WIN7的SP1下的安装步骤(STEP-BY-STEP版本)


 Visual C++ 6.0在WIN7的SP1下的安装步骤(STEP-BY-STEP版本)
2019/10/2 12:17



双击SETUP.EXE

忽略错误,直接点击:运行程序!(后面的处理方式也相同)

点击Next:


 

选择:I accept the agreement


点击:Next


 

Please enter your product's ID number.
随便写吧。

 

Update Microsoft Virtual Machine for Java
点击:Next之后会重启电脑!

忽略错误,直接点击:运行程序!(后面的处理方式也相同)

 

 

更新JAVA的过程中:

The Installation Wizard will now reboot the system.

 

 

重启之后会发现黑屏,不用管!
忽略错误,直接点击:运行程序!(后面的处理方式也相同)

 


Enterprise Setup Options
Custom
点击:Next 

 

 

 

忽略错误,直接点击:运行程序!(后面的处理方式也相同)

点击:Continue

 

点击:OK

 


开始安装了:

 

直接选择Select All,然后点击:Continue

 

 

Register Environment Variables
选中注册环境变量,然后点击:OK


 

 


The new VSS DB format offers faster performance and Label Promotion. It is recommended for new databases. When upgrading, choose YES if all clients have V6 software, otherwise choose NO to support both V5 & V6 clients with the old DB format.
点选No(可选Yes) 

 

开始安装:

右下角有进度条:


 

 

 

Currently, version 5.00 of VB6EXT.OLB is installed and supports 中文(简体,中国).
The software you are installing contains the same component, but it supports 英语(美国).
Do you want the existiong copy to be replace?
点选No(点选Yes可能会修改默认语言!) 

Do you want all of these files to remain unchanged and used as the current version?
建议点选:Yes。

 

 

 

360安全卫士提醒您:
有程序正在修改系统敏感启动项

点选:不再提醒。然后选择:允许程序的所有操作。

 


Windows NT Debug Symbols(不知道做啥用,直接点击:确定!)

 

 

Restart Windows(重启系统:)


 

 

 

 

重启之后再次黑屏,忽略错误,直接点击:运行程序!(后面的处理方式也相同)

 

 

取消选中Install MSDN,点击Next:

 


 

 


 

If you exit the Visual Studio 6.0 Enterprise Edition Installation Wizard before you install MSDN,
the online documentation and help system will be unavailable. 
Do you want to continue without installing MSDN?
点选:是(Y)

If you exit the Visual Studio 6.0 Enterprise Edition Installation Wizard before you install MSDN,
the online documentation and help system will be unavailable. 
Do you want to continue without installing MSDN?
点选:Yes 

点击Next:

 

取消选中:Register Now,点击:Finish。

点击Next:

 


 

忽略错误,直接点击:运行程序!(后面的处理方式也相同)

 

 

取消选中:Show tips at startup,选择Close

 

 

尝试编译DLL:FileTool.dll

 

 



 

以前是在Vmware的虚拟机里面安装win xp之后再安装vc++6.0。但是跑虚拟机,刷新率低,眼睛老要点眼药水。还是尝试直接在win7的SP1下使用vc++6.0了。笔记本没有问题,但是台式机器就算打patch之后,VC++6.0还是会崩溃!

参考资料:搜索:
visual c++ 6.0 WIN7安装
WIN7 VC++6.0 崩溃

http://www.xitongcheng.com/jiaocheng/win7_article_23120.html
win7/win8/win10系统安装VisualC++6.0的方法【图文教程】


https://blog.csdn.net/djd1234567/article/details/50511884
Win7-64位系统中VC++ 6.0打开文件崩溃解决办法


https://blog.csdn.net/a_xiong_90/article/details/50382178
WINDOWS7下VC++ 6.0 无法打开文件(打开文件时软件崩溃)的解决办法。


https://blog.csdn.net/gisredevelopment/article/details/43734053
win7下打开VC6.0工程崩溃的解决方法
 

Visual C++ 6.0 专业便携版 1.仅用于技术学习交流之用,禁止用于一切商业用途。 2.对于使用本人的软件所造成的一切损失及后果由使用者自行承担。 3.使用前先将压缩包解压到磁盘上,运行“安装.exe”开始初始化环境配置,这个过程仅在首次使用时执行一次。 4.安装后会生成“unins000.exe”和“unins000.dat”前者是卸载程序,后者保存着卸载数据,请勿删除。 5.需要卸载时,直接运行“unins000.exe”即开始卸载。 对原版的修改: 1.解除了原版不能打开超过 256 色位图的限制。 2.解除了原版字体选项过少的限制。 3.增加对 .asm 和 .inc 汇编类型文件的支持,向项目添加此类文件时,会被默认归类到“Source Files”和“Header Files”分类下。 4.替换 c2.dll 版本为 13.0.9044.0 ,支持内联汇编的 SSE 指令。 5.修改 VC6 版本号为 "6.x" ,使同一系统中能和其他版本的 VC6 共存。 增加的内容: 1.集成 Visual Assist X、WndTabs 插件。 2.集成 DevTrueColour.dll 和 FileTool.dll 插件,前者是字体颜色选择插件,后者是用于 Vista 以上系统中用来替代 IDE 本身的添加和打开文件功能,以防止 IDE 崩溃。 3.集成 VS 2008 SP1 的 ml.exe ,增加对汇编的支持。 4.集成 Glut 3.7 beta。 5.集成 企业版核心组件。 SDK 集成: 1.集成 Windows 2003 SDK ,这是微软官方最后一个支持 VC 6 的 SDK 版本。 2.集成 WTL 和 VFC 。 3.集成 STL Port、SGI STL 两者任选其一,可用来代替 VC 6 自带的 STL 以获得更好的性能。 4.集成 Native Development Kit 。 5.集成 Masm32 ,方便编写和调试简单的汇编程序。 6.集成 Boost C++ 库。 编译器集成: 1.集成 Intel C++ 10 编译器,这是能支持 VC6 的最后一个 Intel C++ 编译器。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值