本文介绍了如何用Visual C ++ 6.0在Windows 7 64位系统调试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当然,答案是不能或使用XP模式,但我想知道是否有可能。

Surely the answer will be "you can't" or "use XP mode", but I'd like to know if it it possible.

这个问题我已经是,每当我调试的一些应用程序,并打了一个断点,当我停止调试器的调试仍然停留。它不能被杀死,我不能附加其他调试器(它说,它已经被调试)。它不会消失,直到我关闭Visual C ++。

The issue I have is that whenever I debug some application and hit a breakpoint, when I stop the debugger the debuggee remains stuck. It can't be killed, I can't attach another debugger (it says it is already being debugged). It won't go away until I close Visual C++.

这是hapenning在Windows 7 64位安装。 VC已经SP 6安装。

This is hapenning on a Windows 7 64 bits install. VC has SP 6 installed.

推荐答案

我的previous修复太可怕了。

My previous fix was horrible.

最后,我developped一个新的修补程序,与Visual Studio 6的英文版本(SP6我认为)

Finally, I developped a new fix, working perfectly with the english version of Visual Studio 6. (SP6 I think)

您需要检查该文件DM.dll设成通用/ MSDev98 /斌

You need to check the version of the file DM.dll located into "Common/MSDev98/Bin"

正确的版本是6.0.9782.0。

The correct version is 6.0.9782.0.

链接: http://www.dr-hoiby.com/TLLOC.dll (28KB)

如何安装:通过下载的版本替换通用/ MSDev98 /斌/ TLLOC.dll

how to install: replace "Common/MSDev98/Bin/TLLOC.dll" by the version downloaded.

最好的问候。

这篇关于如何用Visual C ++ 6.0在Windows 7 64位系统调试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 17:40
查看更多