Forum Replies Created
-
AuthorPosts
-
jlam9012
ParticipantOk, I changed the “Driver file path on the target machine” to where my driver is on the vm. My driver is named wlreg.sys but it keeps trying to find Driver1.sys (Driver1 is the name of my VS project). How can i get it to stop searching for Driver1.sys…do I have to change the VS project name to the name of my driver?
jlam9012
ParticipantDDKDebugger.log
Initializing MSDBG session…
Loading dbgtools DLLs from C:Program Files (x86)Debugging Tools for Windows (x86)…
Session initialized successfully.+ 0.000 [ 0 ms]: MSDbgSession::UpdateOutputMask()
Session status changed to 4
+ 0.015 [ 2840 ms]: BasicMSDbgSession::StartSession()jlam9012
Participant>c:winddk7600.16385.1binmakefile.new(7117): error U1087: cannot have : and :: dependents for same target
I was getting something like this too and it means that you can’t have spaces in your build directory.
c:usersadmindocumentsvisual studio 2010projectstestdrivertestdriver
The spacing with “visual studio 2010” might be giving you the error. Put your project in C: or someplace else without any spaces.
jlam9012
ParticipantYes, I have installed the 32 bit debugging tools for windows on the host machine
jlam9012
ParticipantOn the host machine or virtual machine?
jlam9012
Participant@bazis wrote:
Hi, try this build: http://visualddk.sysprogs.org/test/VisualDDK-1.5.3.exe
I tried that but still getting same error π
jlam9012
ParticipantPlease disregard my last 2 posts. I was able to get the driver to successfully build in Visual studio – hooray!!
But now, it gives me the error
“VisualDDK: Cannot start debugging: One of the library files needed to run this application cannot be found.”
The driver does successfully build – all my source files compile and I get a .sys file.
Thanks
jlam9012
ParticipantI tried selecting “use existing files” in the VisualDDK Project Wizard and got this build output:
1> Build started: Project: Driver1, Configuration: Debug Win32 1>Build started 6/30/2011 11:23:10 AM.
1>Build:
1> OACR monitor running already
1> path contains nonexistant c:program files (x86)microsoft visual studio 10.0common7toolsbin, removing
1> BUILD: Compile and Link for x86
1>
1> BUILD: Loading c:winddk7600.16385.1build.dat...
1>
1> BUILD: Computing Include file dependencies:
1>
1> BUILD: Start time: Thu Jun 30 11:23:10 2011
1> BUILD: Saving c:winddk7600.16385.1build.dat...
1>
1> BUILD: Finish time: Thu Jun 30 11:23:11 2011
1> BUILD: Done
1>
1>
1>
1> 0 files compiled - 1 Warning
1>
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:01.14
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
jlam9012
ParticipantI tried selecting ‘use existing files’ with the VisualDDK project wizard. Here is the build output:
1> Build started: Project: Driver1, Configuration: Debug Win32 1>Build started 6/30/2011 11:23:10 AM.
1>Build:
1> OACR monitor running already
1> path contains nonexistant c:program files (x86)microsoft visual studio 10.0common7toolsbin, removing
1> BUILD: Compile and Link for x86
1>
1> BUILD: Loading c:winddk7600.16385.1build.dat...
1>
1> BUILD: Computing Include file dependencies:
1>
1> BUILD: Start time: Thu Jun 30 11:23:10 2011
1> BUILD: Saving c:winddk7600.16385.1build.dat...
1>
1> BUILD: Finish time: Thu Jun 30 11:23:11 2011
1> BUILD: Done
1>
1>
1>
1> 0 files compiled - 1 Warning
1>
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:01.14
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
-
AuthorPosts