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

How to Use rsync in Linux

Table of contents 1. Introduction 2. Installation...

Example of implementing the Graphql interface in Vue

Note: This article is about the basic knowledge p...

In-depth explanation of Vue multi-select list component

A Multi-Select is a UI element that lists all opt...

Alibaba Cloud Centos7 installation and configuration of SVN

1. Install SVN server yum install subversion 2. C...

The whole process of implementing the summary pop-up window with Vue+Element UI

Scenario: An inspection document has n inspection...

Example code for drawing double arrows in CSS common styles

1. Multiple calls to single arrow Once a single a...

Front-end advanced teaching you to use javascript storage function

Table of contents Preface Background Implementati...

Detailed explanation of the use of Vue image drag and drop zoom component

The specific usage of the Vue image drag and drop...

CocosCreator Getting Started Tutorial: Making Your First Game with TS

Table of contents premise TypeScript vs JavaScrip...

MySQL limit performance analysis and optimization

1. Conclusion Syntax: limit offset, rows Conclusi...

Change the MySQL database engine to InnoDB

PS: I use PHPStudy2016 here 1. Stop MySQL during ...

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

Commonly used JavaScript code to detect which ver...

How to use worker_threads to create new threads in nodejs

Introduction As mentioned in the previous article...

How to query the intersection of time periods in Mysql

Mysql query time period intersection Usage scenar...