Cannot start debugging

Sysprogs forums Forums Other tools & products Cannot start debugging

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #1864
    Anonymous
    Participant

    visualddk-1.5.3ddkdebuggerstdafx.h(30) : fatal error C1083: Cannot open include file: ‘Dia2.h’: No such file or directory

    hm… and now?

    #1865
    support
    Keymaster

    oops. you need the DIA SDK from Microsoft.

    #1866
    Anonymous
    Participant

    Ok, i have DIA SDK now.
    I also changed your input directory in properties from D:Program FilesWindows Debugging..sdk to my folder

    But i didnt found msgdbg.h …

    #1867
    Anonymous
    Participant

    sry, the name is msdbg.h

    ddkdebuggerstdafx.h(38) : fatal error C1083: Cannot open include file: ‘msdbg.h’: No such file or directory

    #1868
    support
    Keymaster

    msdbg.h should be in the Debugging Tools directory

    #1869
    support
    Keymaster

    Please also try this build: http://visualddk.sysprogs.org/test/VisualDDK-1.5.3.exe
    it should not have any references to VC9 runtime libraries

    #1870
    Anonymous
    Participant

    It’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_VMXPPRO

    i 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)

    #1871
    support
    Keymaster

    ok, do you actually tell the VM to create a local pipe (not connect to an existing one or create a pipe in another VM)?

    #1872
    Anonymous
    Participant

    No, 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)?

    #1873
    support
    Keymaster

    Unfortunately, named pipes will only work for VMs. If you are using 2 PCs, the best solution is to use the FireWire connection.

    #1874
    josephamarks
    Participant

    I 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.

    #1875
    support
    Keymaster

    You need to install Visual Studio SDK

Viewing 12 posts - 16 through 27 (of 27 total)
  • You must be logged in to reply to this topic.