Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: 198710 on August 24, 2009, 02:34:24 pm

Title: A suggestion about upgrading DDK version
Post by: 198710 on August 24, 2009, 02:34:24 pm
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!
Title: Re: A suggestion about upgrading DDK version
Post by: stahta01 on August 24, 2009, 02:55:10 pm
Not Code::Blocks related; likely to be locked.

Suggest an Windows forum or at least an Compiler forum.

Tim S.
Title: Re: A suggestion about upgrading DDK version
Post by: 198710 on August 24, 2009, 03:17:29 pm
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?