0

I was working with vc 6 and win ddk 3790.1830.

Now I have installed Visual Studio 2005 and win ddk 6001.18002.

Now when I compile my code I am getting "'align' : unrecognized extended attribute"

How can I solve this problem?

halfer
  • 19,824
  • 17
  • 99
  • 186
Vinayaka Karjigi
  • 1,070
  • 5
  • 13
  • 37

1 Answers1

0

Make sure you are not compiling DDK with Visual Studio compiler. You have to use DDK's compiler.

inazaruk
  • 74,247
  • 24
  • 188
  • 156