Re: ndisuio build problem

From: Tang (ymtang_at_gmail.com)
Date: 10/29/04


Date: 28 Oct 2004 23:44:46 -0700


"Boyd D. Mills" <BMills@VCIControls.ca> wrote in message news:<eVGjRuSvEHA.2192@TK2MSFTNGP14.phx.gbl>...
> I am using platform builder 4.1
> I found a problem in ndisuio uio_ce.c where IOCTL_NDISUIO_OPEN_WRITE_DEVICE
> requires the Createfile NOT use GENERIC_READ|GENERIC_WRITE. But then later
> on, to change the protocol being monitored with IOCTL_NDISUIO_SET_ETHER_TYPE
> it MUST be GENERIC_READ|GENERIC_WRITE !!!!!
>
> Ok so I changed uio_ce.c so the open_write also insists on read-write
> access.
> Now how do I build this module so it will be inlcuded in the image build?
>
> Thanks
> /Boyd

Modify TARGETTYPE from LIBRARY to DYNLINK in SOURCES file, and include
necessary system library files, and do a rebuild. copy the ndisuio.*
to the release directory and rebuild the image