zoukankan      html  css  js  c++  java
  • VC++6.0在Win7以上系统上Open或Add to Project files崩溃问题 解决新办法

     崩溃原因是和office高版本冲突,比如我64位win7装了64位office2013及visio就遇到了这个问题(我很纳闷,记得重装系统前装的是32位office2013及visio就未曾遇到该问题)。

    目前网上流传的解决方法是微软提供的Filetool.exe办法,详情请见http://blog.csdn.net/he_qiao/article/details/8245693


    以上办法很麻烦也不好用,

    今天用google搜索在微软社区中看到一个人的办法很好用,成功解决了该问题,目前VC++6使用正常无问题。(提前说下,即使安装了已经自带sp6补丁的VC++6也可以应用下面方法的)

    他的办法是这样的:

    Question
    Sign in to vote
    PS: For those who use windows 7 and VC6; I had problems getting the actual setup program to work properly. Instead, I updated it manually. To fix the Add->Files problem, make sure you are NOT running any part of Visual Studio 6.0 and make sure also you dont have any files open either local or over the network (on the safe side, just disable your network). Then you can fix it by doing this:
    1. Download and Unpack the VC6 SP6 into a dir like C:INSTALL
    2. Locate VS6sp61.cab and open it with an archive editor (I use winrar)
    3. locate the subfolder commonmsdev98in in the archive
    4. Assuming your VC6 is installed in c:program filesmicrosoft visual studio, go to this folder in explorer "c:program filesmicrosoft visual studiocommonMSDev98Bin"
    5. Backup all the files and folders in this directory before proceeding, I just put them in a .rar file just in case something went wrong.
    6. Now, select all the files and folders listed in your archive program's file view (you should still be in the folder mentioned in step 3).
    7. Drag them or extract them to the folder mentioned in step 4.
    8. When asked, make sure you confirm that you wish to overwrite the files (do for every one or use checkbox at bottom).
    9. Depending on what suite of VS6 you have, you may need to delete msdev.exe and rename one of the msdevP.exe or msdevS.exe. If you are using Enterprise Edition, you dont need to. My guess is that msdevP is for Professional Edition and msdevS is for Standard Edition.
    10. Once you have done all that, start visual studio and open/create a project. Then try project->add->files, you should be good to go. Remember this method works for Windows 7 x86, i dont know if it would work in vista or in x64 versions.
    11. Hope this helps someone - I feel that since I know about it I should share it since it isn't an overly obvious alternative and if reversed I would hope others would do the same.

    翻译过来就是:  

    下载VC++6.0补丁Vs6sp6,英文版地址: 

    http://download.microsoft.com/download/1/9/f/19fe4660-5792-4683-99e0-8d48c22eed74/Vs6sp6.exe

    双击该补丁,会要求解压到一个临时目录(目录随你),解压后,找到该临时目录下的VS6sp61.cab压缩包,用Winrar直接打开,然后在winrar窗口中定位到commonmsdev98in,如图

    先这样放着,我们在windows资源管理器中再打开VC++6.0的安装位置,定位到子文件夹commonMSDev98Bin下,,比如我的是D:VSVC++6.0CommonMSDev98Bin

    然后把winrar窗口中的文件及文件夹 直接ctrl + A 全选,拖动到该文件夹下,若提示文件或文件夹直接替换和覆盖。一般我们装的VC++都是企业版吧,这样把msdevP.exe和msdevS.exe删除就行了,否则专业版(P)或标准版(S) VC++6.0要将msdevP.exe或msdevS.exe改名为msdev.exe替换掉原来的。

    好了,再打开一个VC++6.0工程,试试打开按钮 和 添加文件到工程按钮 是不是正常了~~~


    更新:也不用这么麻烦,网上有说再重新装下sp6补丁就可直接解决了,不过我没试过~~~

  • 相关阅读:
    [C#]画图全攻略(饼图与柱状图)(转)
    ZedGraph控件的使用
    android PopupWindow实现从底部弹出或滑出选择菜单或窗口
    那两年炼就的Android内功修养
    android添加edittext后布局就不好用
    第三方应用分享到微信朋友圈功能
    android的微信签名
    Android开源库
    Android开发之Intent跳转到系统应用中的拨号界面、联系人界面、短信界面
    android 显示特殊符号
  • 原文地址:https://www.cnblogs.com/sfqtsh/p/4337867.html
Copyright © 2011-2022 走看看