Anonymous

Forum Replies Created

Viewing 15 posts - 406 through 420 (of 665 total)
  • Author
    Posts
  • in reply to: Cannot start debugging #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)

    in reply to: PCI-Device in VM #1807
    Anonymous
    Participant

    Seems that vSphere (from VMWAre) has a PCI -pass through option. Its called VMDirectIO. I will try the test version (60-day free).

    in reply to: Cannot start debugging #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

    in reply to: Cannot start debugging #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 …

    in reply to: Cannot start debugging #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?

    in reply to: Cannot start debugging #1862
    Anonymous
    Participant

    I have downladed and compiled the project with VS2008.

    “DDKDebugLauncher.sln” contains has 3 projects..
    DDKDebugLauncher
    DDKDebugUI
    DDKProjectHelpers

    I didnt find CreateClient -> i searched “Entire Solution” for “CreateClient”
    I didnt find BasicMSDbgSession-> i searched “Entire Solution” for “BasicMSDbgSession”

    And how should i load the dll?
    I tried: Debug-> Start External Program: “C:Program Files (x86)Microsoft Visual Studio 10.0Common7IDEdevenv.exe” (the VS2010 IDE) but that doesnt work!

    in reply to: Cannot start debugging #1861
    Anonymous
    Participant

    I copied MSVCR90.DLL + MSVCP90.DLL+MSVCM90.DLL into the VisualDKK folder, now its possible to connect over COM-Port, but when i select Named Pipe i still got the error 👿

    I will download from SourgeForge tomorrow …

    in reply to: Cannot start debugging #1860
    Anonymous
    Participant

    @bazis wrote:

    DDKDebugLauncher is a .Net module and should not be causing missing DLL problems. Could you download VisualDDK sources from SourceForge, compile DDKDebugLauncher (it will register itself automatically), set a breakpoint in BasicMSDbgSession::CreateClient() and step through to see what fails?

    I will try it tomorrow.

    in reply to: Cannot start debugging #1859
    Anonymous
    Participant

    ..and DDKDEBUGGGER.DLL needs MSVCR90.DLL, wich is also not present on my system

    in reply to: Cannot start debugging #1857
    Anonymous
    Participant

    I have only a 64 Version of gpsvc.dll installed on my system :(. I think that could be the problem

    in reply to: Cannot start debugging #1856
    Anonymous
    Participant

    Both dlls are present.

    I think the problem are the plugin-dlls.

    The DDKDebugLauncher.addin references “C:Program Files (x86)VisualDDKDDKDebugLauncher.dll”

    When i have a look at DDKDebugLauncher.dll (with depends.exe) i see that
    GPSVC.DLL
    IESHIMS.DLL

    are missing.

    in reply to: Cannot start debugging #1854
    Anonymous
    Participant

    Yes i have.
    And i have restarted VS2010, after changeing the path.
    And i started VS2010 as admin… allways the same.

    Why cant he tell me wich DLL he is missing? I will try to figure it out with a dependenyie viewer.

    in reply to: Cannot start debugging #1852
    Anonymous
    Participant

    Yes i have downloaded the “Debbuging Tools for Windows” again, and installed it at this location:

    C:Program Files (x86)Debugging Tools for Windows (x86)

    But same problem…:
    VisualDDK: Cannot start debugging. DLL missing.

    in reply to: Cannot start debugging #1850
    Anonymous
    Participant

    I got the same error, when selecting
    Debug-> Attach to process
    Transport -> Kernel-mode connections
    Qualifier: pipe://kd_VMXPPRO

    ERROR! unable to connect to ‘pipe://kd_VMXPPRO’

    A dll is missing

    in reply to: Visual Studio 2010 and Visualddk #1601
    Anonymous
    Participant

    I am getting this same issue.

Viewing 15 posts - 406 through 420 (of 665 total)