首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

Native' has exited with code 0 (0x0)解决方案

2012-06-13 
Native has exited with code 0 (0x0)我的VC2010最近运行程序的时候,老是cmd一闪而过,然后结果框显示bub

Native' has exited with code 0 (0x0)
我的VC2010最近运行程序的时候,老是cmd一闪而过,然后结果框显示
'buble sorting.exe': Loaded 'C:\Users\Lee\Documents\Visual Studio 2010\Projects\buble sorting\Debug\buble sorting.exe', Symbols loaded.
'buble sorting.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'buble sorting.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
'buble sorting.exe': Loaded 'C:\Windows\System32\msvcp100d.dll', Symbols loaded.
'buble sorting.exe': Loaded 'C:\Windows\System32\msvcr100d.dll', Symbols loaded.
The program '[4392] buble sorting.exe: Native' has exited with code 0 (0x0).
网上面教了方法去解决PDB的问题,但是还是不行...
求教一下为什么??

[解决办法]
这是正常退出啊,你得ctrl+f5运行程序或者末尾加个pause啊。

热点排行