Running Visual Studio 6 C++ in Windows 8.1

前端 未结 8 2037
再見小時候
再見小時候 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:38

    I have been successful with another method (similar to the method of @szc982):

    1. Go to "C:\Program Files (x86)\Microsoft Visual Studio\Common\MSDev98\Bin"
    2. Rename "MSDEV.exe" into "MSDEV-S.exe" (or any other name)
    3. Right-Click on "MSDEV-S.exe" > Properties > Compatibility > Change Settings for all users
    4. Check "Disable display scaling on high DPI settings" and click on "OK"
    5. Go to "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual C++ 6.0"
    6. Right-Click on the shortcut "Microsoft Visual C++ 6.0" and change the target to "MSDEV-S.exe"

    Hope it helps

提交回复
热议问题