问题描述
请提供以下问题的解决方案:
'hello world.exe'(Win32):已加载'C: \ Users\ada24 \ Documents \ Visis Studio 2015 \Projects \ hello world \ x64 \Debug \ hello world.exe'。已加载符号。
'hello world.exe'(Win32):已加载'C:\ Windows \ System32 \ antdll.dll'。无法找到或打开PDB文件。
'hello world.exe'(Win32):已加载'C:\ Windows \ System32 \ kernel32.dll'。无法找到或打开PDB文件。
'hello world.exe'(Win32):已加载'C:\ Windows \ System32 \ KernelBase.dll'。无法找到或打开PDB文件。
'hello world.exe'(Win32):已加载'C:\ Windows \ System32 \vcruntime140d.dll'。无法找到或打开PDB文件。
'hello world.exe'(Win32):已加载'C:\ Windows \ System32 \ucrtbased.dll'。无法找到或打开PDB文件。
'hello world.exe'(Win32):已加载'C:\ Windows \ System32 \ kernel.appcore.dll'。无法找到或打开PDB文件。
'hello world.exe'(Win32):已加载'C:\ Windows \ System32 \ msvcrt.dll'。无法找到或打开PDB文件。
'hello world.exe'(Win32):已加载'C:\ Windows \ System32 \rpcrt4.dll'。无法找到或打开PDB文件。
线程0x3d2c已退出,代码为0(0x0)。
线程0x3db4已退出,代码为0(0x0)。 />
程序'[19372] hello world.exe'已退出,代码为0(0x0)。
有什么问题?一切看起来都很正常。退出代码为零的是当程序结束时正常发生的
。为什么你认为不是?
- Wayne
Kindly provide the solution for below problem:
'hello world.exe' (Win32): Loaded 'C:\Users\ada24\Documents\Visual Studio 2015\Projects\hello world\x64\Debug\hello world.exe'. Symbols loaded.
'hello world.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
'hello world.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
'hello world.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
'hello world.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140d.dll'. Cannot find or open the PDB file.
'hello world.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbased.dll'. Cannot find or open the PDB file.
'hello world.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
'hello world.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
'hello world.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
The thread 0x3d2c has exited with code 0 (0x0).
The thread 0x3db4 has exited with code 0 (0x0).
The program '[19372] hello world.exe' has exited with code 0 (0x0).
happens normally when a program ends. Why do you think it isn't?
- Wayne
这篇关于程序'[19372] hello world.exe'已退出,代码为0(0x0)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!