CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2009
    Posts
    3

    problem in developing drivers in kernel mode

    hi friends,

    I dont have another machine for testing purpose even though, I want to design drivers for USB serial port, mouse and Keyboard devices.

    could these drivers be created in user mode driver framework using Win DDK?
    I want to create drivers for windows XP plateform.

    I have posted the question in MSDN discussion forum, but still haven't got any reply.

    waiting for yours

  2. #2
    Join Date
    Feb 2005
    Location
    Pune (India)
    Posts
    644

    Thumbs up Re: problem in developing drivers in kernel mode

    HI,

    you can test your drivers on same machin by using VMWare.

    -Anant
    "Devise the simplest possible solution that solves the problems"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured