Sysprogs forums › Forums › Other tools & products › Cannot start debugging
- This topic has 26 replies, 3 voices, and was last updated 13 years, 7 months ago by
support.
-
AuthorPosts
-
June 30, 2011 at 14:38 #1864
Anonymous
Participantvisualddk-1.5.3ddkdebuggerstdafx.h(30) : fatal error C1083: Cannot open include file: ‘Dia2.h’: No such file or directory
hm… and now?
June 30, 2011 at 14:53 #1865support
Keymasteroops. you need the DIA SDK from Microsoft.
June 30, 2011 at 15:05 #1866Anonymous
ParticipantOk, i have DIA SDK now.
I also changed your input directory in properties from D:Program FilesWindows Debugging..sdk to my folderBut i didnt found msgdbg.h …
June 30, 2011 at 15:30 #1867Anonymous
Participantsry, the name is msdbg.h
ddkdebuggerstdafx.h(38) : fatal error C1083: Cannot open include file: ‘msdbg.h’: No such file or directory
July 1, 2011 at 12:28 #1868support
Keymastermsdbg.h should be in the Debugging Tools directory
July 1, 2011 at 12:35 #1869support
KeymasterPlease also try this build: http://visualddk.sysprogs.org/test/VisualDDK-1.5.3.exe
it should not have any references to VC9 runtime librariesJuly 1, 2011 at 13:34 #1870Anonymous
ParticipantIt’s not so easy…
I have installed VS2010 SDK.. and there is
😀 But now the next error pops up:
visualddk-1.5.3ddkdebuggerloadedmodulecache.h(5) : fatal error C1083: Cannot open include file: ‘bzscmn/string.h’: No such file or directory
where can i find bzscmn?
And i tried the new 1.5.3.exe … same error: a file is missing!
This might be the “pipe://kd_VMXPPRO”
Maybe the CreateFile() to the named pipe doesn’t work.
When i try:
Debug-> Attach to process->
Transport=Kernel-mode connections
Qualifier = pipe://kd_VMXPPROi become the same error. -> he cant open the pipe!!!
When i select the COM-port in Debug->Driver Launch settings, it works (he tries to connect, but i have no Null-Modem cable here)July 1, 2011 at 13:47 #1871support
Keymasterok, do you actually tell the VM to create a local pipe (not connect to an existing one or create a pipe in another VM)?
July 1, 2011 at 16:34 #1872Anonymous
ParticipantNo, i didn’t. And maybe i have a big misunderstanding.
Because i am develloping a PCI device driver, i can not use a VM. My guest is another PC (Windows XP). But i thought, that it is possible to connect to the other PC through a name pipe over ethernet too.
I have started the DDKLaunchMonitor on the guest PC, and i try to connect to this.
Must i start something on my host PC (Win7 64 Bit)?July 1, 2011 at 17:08 #1873support
KeymasterUnfortunately, named pipes will only work for VMs. If you are using 2 PCs, the best solution is to use the FireWire connection.
March 6, 2012 at 14:10 #1874josephamarks
ParticipantI also get the error:
Cannot open include file: ‘msdbg.h’: No such file or directory
What are the exact instructions for downloading the project that contains this file.
I searched my entire C: drive and it just is not there.
I am using VS2010, normally for C#, but of course this is a C++ program.
April 8, 2012 at 13:37 #1875support
KeymasterYou need to install Visual Studio SDK
-
AuthorPosts
- You must be logged in to reply to this topic.