gpt4 book ai didi

c++ - 我正在 Visual Studio 2012 C++ 中编写一个简单的文件处理程序,在构建时出现以下错误

转载 作者:行者123 更新时间:2023-11-28 05:52:41 24 4
gpt4 key购买 nike

我正在 Visual Studio 2012 c++ 程序中编写一个简单的文件处理程序,当我构建我的程序时,以下行出现在错误窗口中。这是什么意思??

'file_handling_c++.exe' (Win32): Loaded 'D:\MyCSharp\VS2012\file_handling_c++\Debug\file_handling_c++.exe'. Symbols loaded.
'file_handling_c++.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'file_handling_c++.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'file_handling_c++.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'file_handling_c++.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp110d.dll'. Symbols loaded.
'file_handling_c++.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcr110d.dll'. Symbols loaded.
The program '[1368] file_handling_c++.exe' has exited with code 0 (0x0).

最佳答案

我猜你是在谈论这些行:

'file_handling_c++.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'file_handling_c++.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'file_handling_c++.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.

这只是意味着调试器无法找到上述 dll 的调试符号(PDB 文件)。这没什么好担心的。

您可能想查看维基百科以获取有关这些文件的更多信息:https://en.wikipedia.org/wiki/Debug_symbol

顺便说一句:这不是错误 - 只是一些信息。

关于c++ - 我正在 Visual Studio 2012 C++ 中编写一个简单的文件处理程序,在构建时出现以下错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34902327/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com