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

前端 未结 5 404
南方客
南方客 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:17

    On the heels of Dr Holby, I implemented a leaner variant, with source code: http://www.algonet.se/~tamlin/TLLOC_fixer.zip

    The code currently only understands sp4 (?) and SP6, but I think it'll cover most cases.

    You only need to compile the source (1.cpp, 1.rc), rename your existing TLLOC.DLL (which btw stands for Transport Layer Local - as opposed to remote debugging) to TLLOC.old.dll, and drop in the one you compiled (~4KB). Should work like a charm for all 32-bit debugging needs, from Windows 95 to Windows 7 (and later).

提交回复
热议问题