Re: driver development tools

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Gary G. Little (gglittle.nospam_at_sbcglobal.net)
Date: 09/02/04


Date: Thu, 02 Sep 2004 15:01:39 GMT

I have great heartburn with DriverStudio since comments from the Microsoft
developers (Oshin, etc.) are making comments on the driver discussion forum
that Compuware is not talking to them about folding in WDF into
DriverStudio. That means you most likely will not be able to use
DriverStudio for WDF development when WDF is blessed and released.

The current release of DriverWorks is also not up to snuff as far as
supporting the latest DDK. Case in point: DriverWorks 3.1 does not include
support for in stack queuing of spinlocks: KeAcquireInStackQueuedSpinLock,
KLOCK_QUEUE_HANDLE. Don's comment about requiring knowledge of the DDK is
also significant. You cannot ignore the DDK in any kind of kernel
development.

-- 
The personal opinion of
Gary G. Little
"vic" <noone@nowhere.com ( spam stop!)> wrote in message
news:41362f86@212.67.96.135...
> Thanks
> Where can I find information about comparing these two tools?
> Regads
>
> "Don Burn" <burn@stopspam.acm.org> wrote in message
> news:10jc1o2fs772667@corp.supernews.com...
> > Write a kernel mode driver or pay someone to write it.   I've haven't
seen
> > TVicHW32 but other similar tools always seem to break revision to
revision
> > of the OS, and never were stable for the stuff you want to do.  The
other
> > two listed are toolkits for creating a kernel mode driver, if you look
at
> > the various discussions of these tools you find, that you have to learn
> the
> > toolkit, and then later learn the Windows DDK when there is a problem,
> since
> > to debug this stuff you now need to know both!  There is also a serious
> > question of their long term viability since Microsoft is creating a
> > competitor to their toolkits.
> >
> >
> > --
> > Don Burn (MVP, Windows DDK)
> > Windows 2k/XP/2k3 Filesystem and Driver Consulting
> > Remove StopSpam from the email to reply
> >
> > "vic" <noone@nowhere.com ( spam stop!)> wrote in message
> > news:413603f9@212.67.96.135...
> > > Hello,
> > >
> > >     I want to develop a driver for a PCI card. It does not need to be
a
> > > kernel mode driver (I think!). I am looking for tools that would help
me
> > > developing such device driver. I found the following products:
> > >
> > > 1- Jungo windriver
> > >
> > > 2- DriverStudio
> > >
> > > 3- TVicHW32
> > >
> > >
> > >
> > > What is the best tool for my application?
> > >
> > > I need a tool that can do:
> > >
> > > 1- Let my user mode codes can access PCI configuration data and board
> > memory
> > > and IO ports.
> > >
> > > 2- I could handle interrupts in user mode codes.
> > >
> > > 3- Can manage and control DMA in user mode codes.
> > >
> > >
> > >
> > > Even I do not need it just right now, but I like to be able develop
> device
> > > drive for USB devices later so if the tools could be used in
developing
> > USB
> > > device, it is very good. I do not have DDK but I am prepared to buy it
> if
> > it
> > > is necessary.
> > >
> > >
> > >
> > > Any help and documents is very applicator also any information about
> other
> > > tools especially the free tools.
> > >
> > >
> > >
> > > Best regards
> > >
> > >
> > >
> >
> >
>
>


Relevant Pages

  • Re: What is the risk of NOT using build but Visual Studio IDE
    ... script called "DDKBUILD" which helps integrating the Windows DDK with Visual ... But I think it is possible for microsoft to integrate the WDK ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ...
    (microsoft.public.development.device.drivers)
  • Re: Building a device driver using VC6 and VC2005
    ... MSFT only supports drivers built using the ddk using build.exe and the ... Linker settings for VC2005 ... I have successfully built a device driver, that runs without fault, using ... Linker settings for VC6 ...
    (microsoft.public.development.device.drivers)
  • Re: Build
    ... I also have heard of quite opposite stories. ... we sometimes have a choice not to choose what Microsoft provides. ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ...
    (microsoft.public.development.device.drivers)
  • Re: SMBus Support in Windows XP
    ... Older DDK there exists acpisim which does not appear in the lastest 2008 DDK. ... at XP but once again the wmiacpi.sys driver is not present on my XP SP2 ... would like to communicate with devices on the SMBus be they ... What about batteries and other devices on SMB, ...
    (microsoft.public.development.device.drivers)
  • Re: Driver development
    ... Windows, support for the various power modes, hot-plugging. ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ...
    (microsoft.public.development.device.drivers)