无法关闭没有关联进程的窗口
我正在 VC++ 2008 中编写并调试一个控制台应用程序,然后关闭 Visual Studio IDE,控制台窗口保持打开状态,并且无法关闭它! 另外,如果我尝试重新启动机器,机器不会重新启动。唯一的办法就是关闭电源。 在进程列表中没有控制台窗口的迹象。 如果我尝试使用 Spy++ 等工具调查控制台窗口,我找到了该窗口,但在“进程”选项卡中存在一个不存在的进程 ID,在“常规”选项卡中,“window proc”字段显示“不可用” 。 怎么可能呢? 由于没有进程可杀死,我怎样才能杀死这些类型的窗口?
谢谢
I'm writing and then debugging a console application in VC++ 2008, it then happens that closing Visual Studio IDE, the console window remain opened, and there is no way to close it!
Also if I try a machine reboot the machine doesn't restart. The only way is turning off the power.
In the process list there are no signs of the console window.
If I try to investigate the console window with tools like Spy++ I found the window but in the "process" tab there is a process ID that doesn't exists, in the "General" tab the "window proc" field says "Unavailable".
How is it possible?
How can I kill those type of windows as there is no processe to kill?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有史以来最烦人的错误;获取修补程序。
Most annoying bug ever; get the hotfix.