Hear are a few,
I am trying to port USBHIDIO a host example from Jan Axelsons web page at lvr.com. I createded a directory for the project and added the two usb header files that were recommened (hid.lib, hid.h, and hidsdi.h.)
stevef56
usbhidioc error LNK2019: unresolved external symbol _HidD_GetAttributes@8 referenced in function "protected: bool __thiscall CUsbhidiocDlg::FindTheHID(void)" (?FindTheHID@CUsbhidiocDlg@@IAE_NXZ)
usbhidioc error LNK2019: unresolved external symbol _HidD_GetHidGuid@4 referenced in function "protected: bool __thiscall CUsbhidiocDlg::FindTheHID(void)" (?FindTheHID@CUsbhidiocDlg@@IAE_NXZ)
usbhidioc error LNK2019: unresolved external symbol _HidD_FreePreparsedData@4 referenced in function "protected: void __thiscall CUsbhidiocDlg::GetDeviceCapabilities(void)" (?GetDeviceCapabilities@CUsbhidiocDlg@@IAEXXZ)
usbhidioc error LNK2019: unresolved external symbol _HidP_GetCaps@8 referenced in function "protected: void __thiscall CUsbhidiocDlg::GetDeviceCapabilities(void)" (?GetDeviceCapabilities@CUsbhidiocDlg@@IAEXXZ)
usbhidioc error LNK2019: unresolved external symbol _HidD_GetPreparsedData@8 referenced in function "protected: void __thiscall CUsbhidiocDlg::GetDeviceCapabilities(void)" (?GetDeviceCapabilities@CUsbhidiocDlg@@IAEXXZ)