D
Dave
I have a TSP (Telephony Service Provider) that I've developed with VS6.
It's a C/C++ DLL that gets loaded by a svchost and accessed by TAPI based
applications. My problem is that on the Windows XP machine that I have the
application on I can no longer break into the debugger using an "_asm { int
3 }". This code worked until I installed Visual Studio .Net. The system
I'm running this on has both Visual Studio 6 and VS 2005 running on it. I
have some registry scripts that I use to switch my default debugger between
the 2 when necessary. I have other machines with just VS 6 on them that
this technique works fine on, but a problem I'm trying to debug is on this
dual environment machine.
Anyone have any suggestions ?
Dave
It's a C/C++ DLL that gets loaded by a svchost and accessed by TAPI based
applications. My problem is that on the Windows XP machine that I have the
application on I can no longer break into the debugger using an "_asm { int
3 }". This code worked until I installed Visual Studio .Net. The system
I'm running this on has both Visual Studio 6 and VS 2005 running on it. I
have some registry scripts that I use to switch my default debugger between
the 2 when necessary. I have other machines with just VS 6 on them that
this technique works fine on, but a problem I'm trying to debug is on this
dual environment machine.
Anyone have any suggestions ?
Dave