I tried this sentence in a driver project using Windows DDK:
NDIS_MINIPORT_CHARACTERISTICS MChars=MChars.ReturnPacketHandler = MPReturnPacket;
But an error occurs:"structure has no member named 'ReturnPacketHandler'"
However I do find this structure member in MSDN but requires higher version of DDK,then can the C::B team help upgrade the DDK version?
Thanks!
Not Code::Blocks related; likely to be locked.
Suggest an Windows forum or at least an Compiler forum.
Tim S.
I know it's not the C::B's problem,but C::B do integrate MinGW,MinGW is not developed by C::B,but the team can upgrade its version,isn't it?And C::B also integrates ddk/GL/sys,meanwhile have the ability to upgrade their version,then why not improve that?