Can't open resource editor in VC++ 2008

我只是一个虾纸丫 提交于 2020-01-06 04:51:06

问题


Whenever I tried to open rc file in VC++ 2008, I get this error message.

The message said the file is corrupted, but I know the error message is not correct since I can open the resource file in another machine without any problem. I can't even open rc file from a project just created. I didn't have this problem before. I think this somehow is related to installation of VC++ 2010 Express. But that's just a guess. I tried several suggestions over google in vain.

Any idea how I can resolve this problem?


回答1:


After following a series of suggestions for several hours from a wrong answerer, I found this thread and Andy Larter's answer solved my problem.




回答2:


VC++ Express doesn't include or support a resource editor. If you've installed VC++ Express after VC++ 2008 then it's highly likely it broke something. I'd try uninstalling VC++ Express.



来源:https://stackoverflow.com/questions/10218761/cant-open-resource-editor-in-vc-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!