Re: ndisuio build problem

From: Boyd D. Mills (BMills_at_VCIControls.ca)
Date: 10/29/04

  • Next message: J: "RE: CE5 Debugger Disconnect"
    Date: Fri, 29 Oct 2004 14:29:04 -0400
    
    

    Hi,

    I changed the TARGETTYPE from LIBRARY to DYNLINK in ndisuio\sources.
    >From PB4.1 GUI, I did a build-<rebuild platform>

    The changed files were not compiled!

    How do I compile/build the public/common/oak/drivers/ndisuio source code?

    /Boyd

    "Tang" <ymtang@gmail.com> wrote in message
    news:8812976b.0410282244.53144264@posting.google.com...
    > "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


  • Next message: J: "RE: CE5 Debugger Disconnect"