【问题标题】:The program has exited with Code 0 (HELP) [duplicate]该程序已退出代码0(帮助)[重复]
【发布时间】:2015-12-09 21:34:47
【问题描述】:
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Cannot find or open the PDB file.
The thread 0x1168 has exited with code 1710096384 (0x65ee0000).
The thread 0x2a98 has exited with code 0 (0x0).
The thread 0x1114 has exited with code 0 (0x0).
The thread 0x21a8 has exited with code 0 (0x0).
The program '[10428] ConsoleApplication1.exe' has exited with code 0 (0x0).

为什么当我去调试的时候会突然弹出一个窗口然后又消失了,我得到这些消息?

【问题讨论】:

    标签: c++


    【解决方案1】:

    您的程序执行速度比您读取输出的速度要快。您没有指定您的 IDE,但我推断出 Visual Studio,在这种情况下尝试按 ctrl + F5。

    【讨论】:

    • 哈哈,我刚试过,它成功了!谢谢,这是我的第一次,不得不承认这很有趣
    • 这为我工作了 3 年。谢谢你。
    • 这个答案是救命稻草
    猜你喜欢
    • 1970-01-01
    • 2018-05-28
    • 1970-01-01
    • 2023-01-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-07-25
    • 2012-07-20
    相关资源
    最近更新 更多