i want to convert win32 application code to MFC VC++ code.i have got a example code from codeproject.com and i want to edit this code into MFC.I have taken simple dialogbox with one listbox.
When i am going to edit this code then i am geting error..I am pasting here code link and error both..Plz help me
error
Code:
error C2061: syntax error : identifier 'PSTORAGE_DEVICE_DESCRIPTOR' error C2061: syntax error : identifier 'PSTORAGE_DEVICE_DESCRIPTOR' fatal error C1083: Cannot open include file: 'devioctl.h': No such file or directory
links:http://www.codeproject.com/KB/winsdk/usbdisks.aspx
plz help me
