Hi, I am Anil, I am working with application that send data from pc to an HID device.
I am working with application that send data from pc to an HID device in VC ++ 6.0 . In that specific program I am getting fllowing errors when I tried to build it.
--Configuration: usbhidiocDlg - Win32 Debug-- usbhidiocDlg.exe - 11 error(s), 0 warning(s)
Compiling...
usbhidiocDlg.cpp
usbhidioc.cpp
STDAFX.CPP
Linking...
usbhidiocDlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiDestroyDeviceInfoList@4
usbhidiocDlg.obj : error LNK2001: unresolved external symbol _HidD_GetAttributes@8
usbhidiocDlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiGetDeviceInterfaceDetailA@24
usbhidiocDlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiEnumDeviceInterfaces@20
usbhidiocDlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiGetClassDevsA@16
usbhidiocDlg.obj : error LNK2001: unresolved external symbol _HidD_GetHidGuid@4
usbhidiocDlg.obj : error LNK2001: unresolved external symbol _HidD_FreePreparsedData@4
usbhidiocDlg.obj : error LNK2001: unresolved external symbol _HidP_GetCaps@8
usbhidiocDlg.obj : error LNK2001: unresolved external symbol _HidD_GetPreparsedData@8
msvcrtd.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main
Debug/usbhidiocDlg.exe : fatal error LNK1120: 10 unresolved externals
Error executing link.exe.
Can anyone help me for this problem?
Veryt thanks in advance

