How to debug with Visual C++ 6 on Windows 7 x64?

前端 未结 5 358
南方客
南方客 2021-01-03 03:02

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

The issue I have is that whenever I debug some application and

5条回答
  •  再見小時候
    2021-01-03 03:16

    My previous fix was horrible.

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

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

    The correct version is 6.0.9782.0.

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

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

    Best regards.

提交回复
热议问题