Hi there..
nice to writing on this board about developing device driver for windows ce.
This mailing list seems like very active board for embedded developers.
I'm trying to migrate my NDIS virtual miniport driver to windows CE platform
using platform builder. First of all I'd like to test that on emulator of PB.
Then finally I'll test that driver on commercial smartphone platform on which
windows mobile 5.0(or 6.0) is running.
For that, I'd like to create NDIS driver project as a seperate project on PB.
I can create a driver project using "New Project" menu. And then I don't know
what I should do exactly. For example, I don't know how I write parameter
files(bib, reg) and how I install the built driver.
Simply I wanna get some guide document or tutorial for my purpose. I've read
windows CE ddk document(e.g. how to migrate windows desktop ndis driver to
windows ce, etc). But those documents are not helpful for me.
Could I get any sample ndis driver project as a seperate project ?
How can I install my driver ?
any comments would be helpful.
regards seong