"fatal error link 1202: Debug\vc60.pdb is missing debugging information for referencing module"
产生原因是:在当前项目中引用了另一个项目的lib库,我将当将项目设置生成PDB type : Con, 但是另一个项目的lib库可能没有对应的pdb,重新编译那个lib库,重引用它
再编译当前项目,错误消失,就是pdb文件签名不匹配了,调整一至就可以了。
LNK 4204 missing debugging info in .pdb file
Hi,
I have a MFC application that I am trying to run, I included a .lib in the application and the tried to link it, which then produce the warning vc60.pdb is missing debugging information for reference module. Does anyone has any idea as to how to fix this problem.
Thanks
-
September 18th, 2003, 04:58 AM#2
Visual C++ Concepts: Building a C/C++ Program
Linker Tools Warning LNK4204
'filename' is missing debugging information for referencing module; linking object as if no debug info
The .pdb file has an erroneous signature. The linker will continue to link the object without debug information. You may want to recompile the object file using the /Zi option.
that's what is written in MSDN
but why don't you try rebuilding the app first. I think it might help
南来地,北往的,上班的,下岗的,走过路过不要错过!
======================个性签名=====================
之前认为Apple 的iOS 设计的要比 Android 稳定,我错了吗?
下载的许多客户端程序/游戏程序,经常会Crash,是程序写的不好(内存泄漏?刚启动也会吗?)还是iOS本身的不稳定!!!
如果在Android手机中可以简单联接到ddms,就可以查看系统log,很容易看到程序为什么出错,在iPhone中如何得知呢?试试Organizer吧,分析一下Device logs,也许有用.
分类:
C++
标签:
MFC
, Visual Studio
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
2017-04-17 Mac 版 UltraEdit 16.22 破解
2015-04-17 Windows And Video Memory