News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

A suggestion about upgrading DDK version

Started by 198710, August 24, 2009, 02:34:24 PM

Previous topic - Next topic

198710

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!

stahta01

Not Code::Blocks related; likely to be locked.

Suggest an Windows forum or at least an Compiler forum.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

198710

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?