Solution to the problem that VC6.0 cannot be used when installed on WIN10

Solution to the problem that VC6.0 cannot be used when installed on WIN10

VC6.0 is indeed too old

VC6.0 is a development tool from a long time ago. The current win10 is no longer compatible with this software. However, in order to enable nostalgic beginners to use Visual C++6.0 like textbooks or old predecessors, this article will introduce how to make win10 compatible with VC6.0 .

VC6.0 installation package download

Link address: http://pan.baidu.com/s/1dFOpPbr

The installation has reached the last step: Cancel running VC6.0 and click Finish.

Compatible with win10 steps: Right-click the VC6.0 icon -> click “打開文件所在的位置”

After entering the directory, you will find a file named “MSDEV.EXE”

Among the files downloaded from the network disk, there is a file named MSDEV.EXE as shown below:

Copy the file and paste it into the previous directory

Select "Replace the file in the destination (R)"

You can now run VC6.0 and use it with confidence. . . I hope this step can help you

Summarize

The above is the solution to the problem that VC6.0 cannot be used when installed on WIN10. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time!

You may also be interested in:
  • Solution to the problem of installing Unit test components in VC2013 in Win10

<<:  Introduction to MyCat, the database middleware

>>:  Detailed explanation of uniapp painless token refresh method

Recommend

Three BOM objects in JavaScript

Table of contents 1. Location Object 1. URL 2. Pr...

A brief discussion on browser compatibility issues in JavaScript

Browser compatibility is the most important part ...

Detailed description of component-based front-end development process

Background <br />Students who work on the fr...

Solution to occasional crash of positioning background service on Linux

Problem Description In the recent background serv...

Detailed explanation of how to quickly build a blog website using Docker

Table of contents 1. Preparation 2. Deployment Pr...

JS realizes automatic playback of timeline

Recently, I have implemented such an effect: clic...

Solution to no Chinese input method in Ubuntu

There is no solution for Chinese input method und...

25 Examples of News-Style Website Design

bmi Voyager Pitchfork Ulster Grocer Chow True/Sla...

The shortest JS to determine whether it is IE6 (IE writing method)

Commonly used JavaScript code to detect which ver...

Example code for implementing image adaptive container with CSS

There is often a scenario where the image needs t...

MySQL latest version 8.0.17 decompression version installation tutorial

Personally, I think the decompressed version is e...

Detailed installation and configuration tutorial of PostgreSQL 11 under CentOS7

1. Official website address The official website ...