pendriver

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: visualDDK and Driver Testing Signing #1405
    pendriver
    Participant

    Hi :

    I recommande you the Microsoft document :
    http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/KMCS_Walkthrough.doc

    In fact for me I created a bat file that I call after post build. I used ddkBuild from OSR’s DDKBUILD.BAT file
    http://www.osronline.com/article.cfm?article=43
    http://www.osronline.com/article.cfm?id=546

    in reply to: No VisualDDK Console #1311
    pendriver
    Participant

    Hi :
    I am the same constatation than you :

    VS2008 Sp1 (French) : Visual Console is not present
    VS2010 (English) : Visual Console is present

    I am looking inside the Add Manager : VisualDDK Debugging Console and VisualDDK Project Launcher are detected and started

    I am looking inside Option Menu-> environment -> Keyboard
    Show commands containing : “ddk”

    Under VS2008 I cannot see ‘DDKDEBUGConsole.Connect.DDKDebugConsole’ command
    Under VS2010 I see ‘DDKDEBUGConsole.Connect.DDKDebugConsole’ command

    I download the VisualDD-1.2 source.
    I attempt to compile DDKDebugConsole Solution to debug it.
    But before I need to compile DDKDebugUI solution.
    The compilator indicate an error
    “fatal error C1083 : ‘monitor_i.h’ : No such file or directory”
    I cannot find #include “monitor_i.h”. It is not SDK or VS include file.

    Bazis, please can you update the source to see what appening ( with ‘monitor_i.h’ include file).
    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)