Running Visual Studio 6 C++ in Windows 8.1

前端 未结 8 2029
再見小時候
再見小時候 2020-12-30 12:09

I recently migrated my system to windows 8.1. Unfortunatly like some others, I am not able to start Visual Studio 6 anymore. The software is crashing at startup (splash scre

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 12:42

    I find a simple way to solve the problem!

    1. Look for "MSDEV.EXE" in this path:"C:\Program Files\vc6\Common\MSDev98\Bin".
    2. Rename "MSDEV.EXE" as "MSDEV3.EXE".
    3. Use compatible mode "XP SP2 or SP3".
    4. Run MSDEV3.EXE, report error,rerun again and you will succeed!
    5. If failed, rename MSDEV.EXE as other names and use compatible mode will lead to succeed.

提交回复
热议问题