VS2010 C++程序编译错误 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file 解决方案
原文:https://blog.csdn.net/name_david_lee/article/details/39991013 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB ...
原文:https://blog.csdn.net/name_david_lee/article/details/39991013
'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'C:\Windows\SysWOW64\kernellbase.dll', Cannot find or open the PDB file
查了下资料,找到了一个解决方法:
如果是中文版的话,请按照以下步骤:
工具->选项->调试->符号->Microsoft符号服务器(选中)
再次运行即可解决该问题。
如果是英文版的话,请按照以下步骤:
tools->option->debugging->symbol->server(选中)
同样再次运行即可。
昇腾计算产业是基于昇腾系列(HUAWEI Ascend)处理器和基础软件构建的全栈 AI计算基础设施、行业应用及服务,https://devpress.csdn.net/organization/setting/general/146749包括昇腾系列处理器、系列硬件、CANN、AI计算框架、应用使能、开发工具链、管理运维工具、行业应用及服务等全产业链
更多推荐


所有评论(0)