Hi

I might need to study Windows 98 Vxd driver framework , is there any book
talk abount it ?

Where can I find MSDN online document about Vxd driver ?

Thank you .

Re: Windows 95/98 Vxd driver question by Tim

Tim
Fri May 02 00:04:50 CDT 2008

Kid <Kid@discussions.microsoft.com> wrote:
>
>I might need to study Windows 98 Vxd driver framework , is there any book
> talk abount it ?
>
>Where can I find MSDN online document about Vxd driver ?

If you have an MSDN subscription, you should still be able to download a
16-bit DDK. That's what you will need to develop a VxD.

I'm not sure there are any articles left in MSDN on VxD programming. It
will be a challenge.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Re: Windows 95/98 Vxd driver question by 440gtx

440gtx
Fri May 02 04:36:06 CDT 2008

The Windows 2003 DDK is the latest DDK that has everything you need;
help, headers, build, etc. You can use that DDK to target VxD's for
Windows 3.x, Windows 95, Windows 98, and Windows Millenium. VxD's are
32-bit by the way. There is also a discussion group for them:
comp.os.ms-windows.programmer.vxd though you will probably be pretty
lonely.

Re: Windows 95/98 Vxd driver question by Pavel

Pavel
Fri May 02 09:14:39 CDT 2008

"Kid" <Kid@discussions.microsoft.com> wrote in message
news:FF66BC56-D46C-4D90-97F7-3C5D4A0CEB18@microsoft.com...
> Hi
>
> I might need to study Windows 98 Vxd driver framework , is there any book
> talk abount it ?
>
> Where can I find MSDN online document about Vxd driver ?
>

See http://www.faqs.org/faqs/windows/programming/vxd/

With sympathy
--PA