08 2013 档案
摘要:This Problem is getting me head around it in these days. BUt , i have solve it:Description of Problem:recently installed VS2008 and opened a VSVS2008 project(C++). i tried building the project. But the project is getting skipped. I tried Clean as well as Rebuild, and it is getting skipped for those
阅读全文
摘要:一、下微软的补丁:KB948127补丁来解决,http://code.msdn.microsoft.com/KB948127。貌似安装了也不起作用二、如果下载的补丁没安装成功或下载失败,可以用下面的方法手工来改工程设置项目(Project)->属性(Property)->链接器(Linker)->常规(General) 下面的“启用增量链接(Enable Incremental Linking)”,将“是(/INCREMENTAL)”改为“否(/INCREMENTAL:NO)”。不过这又引入了另外一个警 告:FormatCom.obj : warning LNK4075: 忽
阅读全文
摘要:天在用link.EXE的LIB命令生成用于连接(LINK)使用的lib文件时提示:找不到mspdb80.dll。原因:Microsoft Visual Studio\VC\Bin\下没有 “msobj80.dll,mspdb80.dll,mspdbcore.dll,mspdbsrv.exe”这四个文件解决方法:从Common7\IDE \下复制这四个文件到VC\Bin\下即可。
阅读全文

浙公网安备 33010602011771号