If you are looking for software to use, go to Huajun Software Park! software release AI product list
Location: Home pageTutorial strategyTutorialComputer software tutorials How does visualc...

How to solve the problem of visualc opening and stopping working - how to solve the problem of visualc opening and stopping working

Author: Qingchen Date: 2025-10-20

Microsoft Visual C++
Microsoft Visual C++-v6.0 Chinese version

programming tools Storage: 263MB Time: 2021-08-19

Software introduction: It is a convenient and practical tool developed by Microsoft and has an integrated development environment. Microsoft Visual C++ has...

Download now

Microsoft Visual C++ (MSVC for short) is a C++ development toolset developed by Microsoft, including a compiler, debugger and code library. It is mainly used by programmers to develop Windows applications. What ordinary users are more commonly exposed to is its runtime component (Visual C++ Redistributable) - it is a necessary dependency environment for the operation of many software and games, and provides the public code library required by the program. If the system lacks the corresponding version of the runtime library, the software may fail to start or report an error. Next, let Huajun editor explain to you how visualc solves the problem of opening and stopping working and how visualc solves the problem of opening and stopping working!

first step

Right-click the desktop VC6 shortcut → Properties → Shortcut tab → click to open the location of the file. (If there is no shortcut on the desktop, you need to manually search for MSDEV.EXE, usually in C:Program Files (x86)Microsoft Visual StudioCommonMSDev98Bin)

Microsoft Visual C++,Microsoft Visual C++ download

Step 2

In the Bin folder of the VC6 installation directory, find MSDEV.EXE (main program). Right-click the file → Rename → Modify to MSDEV3.EXE (or other name, such as VC6_NEW.EXE).

Microsoft Visual C++,Microsoft Visual C++ download

Step 3

Right-click the renamed MSDEV3.EXE → Send to → Desktop shortcut.

Microsoft Visual C++,Microsoft Visual C++ download

Step 4

Return to the desktop and double-click the new shortcut to start VC6. The new shortcut points to the modified file name to avoid triggering old compatibility issues.

Microsoft Visual C++,Microsoft Visual C++ download

Step 5

Method two

Right-click on the new shortcut → Properties → Compatibility tab.

Check "Run this program in compatibility mode" and select Windows XP (Service Pack 3).

Check "Run this program as administrator" → click Apply → OK.

Microsoft Visual C++,Microsoft Visual C++ download

Step 6

Method three

Fix registry conflicts

Press Win + R and enter regedit to open the Registry Editor.

Navigate to:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionAppCompatFlagsLayers

Find the item containing MSDEV.EXE, right-click and delete (or delete after backup).

The above is how to solve the problem of visualc opening and stopping working and the method of visualc solving the problem of opening and stopping working compiled by Huajun editor for you. I hope it can help you!

Related articles