Debugger Extension Samples

When I use build to compile the sample debugger extensions supplied with Windbg (3.0.0020.0), the buildchk.log file shows that it is trying to invoke ‘jvc’ like this:

jvc /nologo /cp c:\NTDDK\public\sdk\classes\afc.zip;c:\NTDDK\public\sdk\classes\classes.zip;C:\ProgramFiles\DebuggingToolsforWindows\sdk\samples\exts; /g /w4 /d objchk\i386
‘jvc’ is not recognized as an internal or external command, operable program or batch file.

The error makes sense. I do not have jvc.exe installed on my machine. Can someone steer me in the proper direction to get these samples compiled? I do have the Win2k IFSKit installed, and I’ve been building my filter driver just fine.

Brad


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Your build environment is incorrect.

–Mark

Mark J. Cariddi
Consulting Associate
Open Systems Resources, Inc.
http://www.osr.com/

-----Original Message-----
From: Brad Sahr [mailto:xxxxx@macromedia.com]
Sent: Tuesday, February 05, 2002 11:04 AM
To: Kernel Debugging Interest List
Subject: [windbg] Debugger Extension Samples

When I use build to compile the sample debugger extensions supplied with
Windbg (3.0.0020.0), the buildchk.log file shows that it is trying to invoke
‘jvc’ like this:

jvc /nologo /cp
c:\NTDDK\public\sdk\classes\afc.zip;c:\NTDDK\public\sdk\classes\classes.zip;
C:\ProgramFiles\DebuggingToolsforWindows\sdk\samples\exts; /g /w4 /d
objchk\i386
‘jvc’ is not recognized as an internal or external command, operable
program or batch file.

The error makes sense. I do not have jvc.exe installed on my machine. Can
someone steer me in the proper direction to get these samples compiled? I do
have the Win2k IFSKit installed, and I’ve been building my filter driver
just fine.

Brad


You are currently subscribed to windbg as: xxxxx@osr.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com