Hi,
I'm porting a WLAN CE 3.0 driver to CE 4.2 .NET, I've come to a
problem that I just can't figure out.
When I use NdisQueryPacket, the compiler returns the folowing errors:
error C2065: 'UserKInfo' : undeclared identifier
error C2065: 'KINX_PAGESIZE' : undeclared identifier
error C2109: subscript requires array or pointer type
error C2109: subscript requires array or pointer type
error C2109: subscript requires array or pointer type
error C2109: subscript requires array or pointer type
The above identifiers aren't used anywhere in the driver and
there is nothing wrong with the syntax of the call.
The CE .NET documentation says all I have to do to use
the Ndis functions is link to ndislib.lib and include
Ndis.h. Apart from this is there anything else I should
know about?
Any help whould be apreciated, this is my first .NET experience.
I know the answer is probably really simple, but I'm going nowhere
with this.
Thanks,
Philip