如何用Visual C ++ 6.0在Windows 7 64位系统调试?如何用、系统、Visual、Windows

由网友(思念你的心、没人能代替)分享简介:当然,答案是不能或使用XP模式,但我想知道是否有可能。Surely the answer will be "you can't" or "use XP mode", but I'd like to know if it it possible.这个问题我已经是,每当我调试的一些应用程序,并打了一个断点,当我停止调试...

当然,答案是不能或使用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.

最好的问候。

阅读全文

相关推荐

最新文章