Forum Replies Created
-
AuthorPosts
-
AnonymousParticipant
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_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)AnonymousParticipantSeems that vSphere (from VMWAre) has a PCI -pass through option. Its called VMDirectIO. I will try the test version (60-day free).
AnonymousParticipantsry, the name is msdbg.h
ddkdebuggerstdafx.h(38) : fatal error C1083: Cannot open include file: ‘msdbg.h’: No such file or directory
AnonymousParticipantOk, 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 …
AnonymousParticipantvisualddk-1.5.3ddkdebuggerstdafx.h(30) : fatal error C1083: Cannot open include file: ‘Dia2.h’: No such file or directory
hm… and now?
AnonymousParticipantI have downladed and compiled the project with VS2008.
“DDKDebugLauncher.sln” contains has 3 projects..
DDKDebugLauncher
DDKDebugUI
DDKProjectHelpersI 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!AnonymousParticipantI 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 …
AnonymousParticipant@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.
AnonymousParticipant..and DDKDEBUGGGER.DLL needs MSVCR90.DLL, wich is also not present on my system
AnonymousParticipantI have only a 64 Version of gpsvc.dll installed on my system :(. I think that could be the problem
AnonymousParticipantBoth 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.DLLare missing.
AnonymousParticipantYes 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.
AnonymousParticipantYes 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.AnonymousParticipantI got the same error, when selecting
Debug-> Attach to process
Transport -> Kernel-mode connections
Qualifier: pipe://kd_VMXPPROERROR! unable to connect to ‘pipe://kd_VMXPPRO’
A dll is missing
AnonymousParticipantI am getting this same issue.
-
AuthorPosts