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

标签 c++ visual-studio-2012

我正在 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/

相关文章:

c++ - 使用 boost 的源特定多播

c# - 无法启动 IIS Express

visual-studio-2012 - Azure Web 角色启动操作

c++ - 为什么 Xbox Controller 没有响应?

c++ - 错误 : Expected Identifier

c++ - 将 vector 指针 move 到 C++ 中的 vector 派生类?

c++ - Visual Studio 和 Visual C++ 一样吗

asp.net - VS2012 Crystal Report 查看器组树隐藏

visual-studio - Visual Studio 2012 Pro Power Tools 类/方法名称悬停工具提示

c++ - 为什么 i(f)stream 不能读取 double