Posted: Wed Apr 09, 2003 3:31 am
When approaching study of Win32 platform and Windows AVI format, I found this very interesting article:
http://www.jmcgowan.com/avitech.html#WDM
which says that Win32 Driver Model @32bit (aka WDM) was introduced to replace old Win16 Virtual Device Driver @16 bit (aka VxD) since Win95 and that driver was designed to fully support that platform.
Elsewhere I read that companies preferred going on developing vxd drivers instead of wdm only because it was simpler.
http://www.puremotion.com/videoediting/ ... /index.htm
So, my questions:
1) isn't possible to have a unified wdm driver for pulsar?
2) 2000/XP driver should be a wdm one (am I wrong?), why shouldn't it work on WinME?
Fede
http://www.jmcgowan.com/avitech.html#WDM
which says that Win32 Driver Model @32bit (aka WDM) was introduced to replace old Win16 Virtual Device Driver @16 bit (aka VxD) since Win95 and that driver was designed to fully support that platform.
Elsewhere I read that companies preferred going on developing vxd drivers instead of wdm only because it was simpler.
http://www.puremotion.com/videoediting/ ... /index.htm
So, my questions:
1) isn't possible to have a unified wdm driver for pulsar?
2) 2000/XP driver should be a wdm one (am I wrong?), why shouldn't it work on WinME?
Fede