前段時(shí)間覺得好玩,安裝了Intel C++ Compiler進(jìn)行評(píng)估,現(xiàn)在評(píng)估結(jié)束了,決定卸載。開始卸載之后,Visual C++ 6.0開始罷工了,報(bào)告無法找到xicl6.exe進(jìn)行編譯。搜索了下注冊(cè)表,發(fā)現(xiàn)Intel C++ Compiler在安裝時(shí)候修改了Visual C++的工具設(shè)置,但卸載時(shí)沒有恢復(fù)??梢孕薷南旅鎯蓚€(gè)地方:
1、HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Build System\Components\Platforms\Win32 (x86)\Tools\32-bit C/C++ Compiler for 80×86\Executable Path改成cl.exe;
2、HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Build System\Components\Platforms\Win32 (x86)\Tools\COFF Linker for 80×86\Executable Path改成link.exe就可以了。
需要退出VC++ 6.0,然后重新啟動(dòng),一切就正常了。
posted on 2006-06-13 15:59
zealsoft 閱讀(2216)
評(píng)論(3) 編輯 收藏 引用 所屬分類:
錯(cuò)誤處理