[ros-kernel] Winmm.dll hacked together
Andrew "Silver Blade" Greenwood
lists at silverblade.co.uk
Tue Dec 2 00:03:31 CET 2003
> What is
> mmdrv.dll? Is it a generic installable driver for NT
> 4? Like wdmaud is the installable driver for WDM sound
> drivers?
See Filip's post regarding this - I asked a very similar question. mmdrv.dll
appears to be a generic installable driver, although some drivers use their
own "custom" driver. Thus I think it is probably a good idea to focus on
winmm, then user installable drivers, then the drivers themselves.
I can probably hack together a user-installable-driver that just outputs
some debugging text for example - maybe as part of mmdrv.dll to make a
start?
> BTW-Is there any legal issues with looking at the
> Microsoft DDK to see how drivers are supposed to work
> on Windows? Also is there somewhere I can get the NT
> 4.0 DDK? The only one Microsoft offers is the XP/2000
> one. Thanks again
I think Vizzini sent me a DDK example for an NT 3.5 sound driver. AFAIK,
there shouldn't be a problem with looking at the sources, just as long as we
don't copy and paste bunches of code.
More information about the Ros-kernel
mailing list