jlam9012

Forum Replies Created

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: Cannot start debugging #1825
    jlam9012
    Participant

    Ok, 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?

    in reply to: Cannot start debugging #1826
    jlam9012
    Participant

    DDKDebugger.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()

    in reply to: Compile Errors #1888
    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.

    in reply to: Cannot start debugging #1817
    jlam9012
    Participant

    Yes, I have installed the 32 bit debugging tools for windows on the host machine

    in reply to: Cannot start debugging #1815
    jlam9012
    Participant

    On the host machine or virtual machine?

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

    in reply to: Cannot start debugging #1811
    jlam9012
    Participant

    Please 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

    in reply to: Cannot start debugging #1810
    jlam9012
    Participant

    I 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 ==========
    in reply to: Cannot start debugging #1809
    jlam9012
    Participant

    I 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 ==========
Viewing 9 posts - 16 through 24 (of 24 total)