Author Topic: A suggestion about upgrading DDK version  (Read 4521 times)

Offline 198710

  • Multiple posting newcomer
  • *
  • Posts: 32
A suggestion about upgrading DDK version
« 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!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: A suggestion about upgrading DDK version
« Reply #1 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline 198710

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: A suggestion about upgrading DDK version
« Reply #2 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?