Google Grupper har inte längre stöd för nya Usenet-inlägg eller -prenumerationer. Historiskt innehåll förblir synligt.
Dismiss

Visual Studio 6.0 side-by-side with VS.NET

157 visningar
Hoppa till det första olästa meddelandet

Akshay

oläst,
4 juni 2002 10:43:352002-06-04
till
Hi all,

I have VS.NET and Visual Studio 6.0 installed side-by-side.
I am working with unmanaged code in Visual Studio 6.
If I encounter an error there, I'd like to debug using Visual C++ 6.0,
but the JIT debugging t pops up allows me to debug only
using the newer VS.NET environment and shows only that
in the list of available debuggers. Is there a way to include VC++ 6.0
in the debugger list ?. Is it possible to debug using Visual Studio 6.0
when installed side-by-side with VS.NET.

Thanks,
Akshay


Renaud Paquay [MS]

oläst,
4 juni 2002 20:51:192002-06-04
till
Akshay,

There is an undocumented (and unsupported) option using "vs7jit.exe". The
default location is
c:\Program Files\Common Files\Microsoft Shared\vs7debug\vs7jit.exe

To register VC6, type this:
vs7jit.exe /RegisterOld "<path to msdev.exe>" "<arbitrary display name>"

For example,
vs7jit.exe /RegisterOld "c:\Program Files\Microsoft Visual
Studio\Common\MsDev98\Bin\msdev.exe" "VC 6"

To unregister, use this:
vs7jit.exe /UnregisterOld "<path to msdev.exe>"

Cheers,
Renaud
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Akshay" <aks...@somefakemail.co.in> wrote in message
news:O3MkUe9CCHA.2164@tkmsftngp02...

Akshay

oläst,
5 juni 2002 03:09:522002-06-05
till
Thanks Renaud.

"Renaud Paquay [MS]" <rpa...@online.microsoft.com> wrote in message
news:OGD$BsCDCHA.1980@tkmsftngp04...

0 nya meddelanden