Hi Xeon-H,
感谢在MSDN论坛发帖。
>>我在编译C语言程序后输出了数条“无法查找或打开 PDB 文件。”的信息,但并没有影响我程序的正常运行。这些信息对程序会造成什么样的影响?怎么才能解决?
请提供一些具体的错误信息,比如哪些pdb文件无法找到?
如果是你程序本身的pdb文件,你可以检查一下你的程序属性->Linker->Debugging->Generate Program Database File选项,是否设置了生成的pdb文件名称和路径。
如果是Windows组件的pdb文件缺失,请检查vs工具->选项->调试->常规->符号,是否勾选了Microsoft符号服务器。
重新生成运行你的程序,查看是否解决问题。
希望对你有所帮助。
Best Regards,
Sera Yu
MSDN Community Support<br/> Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this
thread. If you have any compliments or complaints to MSDN Support, feel free to contact <a href="mailto:MSDNFSF@microsoft.com">MSDNFSF@microsoft.com</a>.