This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/DLP4500: need some other library?

Part Number: DLP4500
Other Parts Discussed in Thread: TIDA-00254

Tool/software: TI C/C++ Compiler

hello,

I successfully compiled dlpsdk with vistual stdio,but when I compiled the dlp4500,The following link error occurred,Do I need some libraries?I know it is "dlp::LCr4500   projector"problem.

1>DLP_SDK.lib(hid.obj) : error LNK2019: Unresolved external symbol __imp__SetupDiEnumDeviceInfo@12,This symbol is referenced in the function _hid_enumerate
1>DLP_SDK.lib(hid.obj) : error LNK2019: Unresolved external symbol __imp__SetupDiDestroyDeviceInfoList@4,This symbol is referenced in the _hid_enumerate 
1>DLP_SDK.lib(hid.obj) : error LNK2019: Unresolved external symbol __imp__SetupDiEnumDeviceInterfaces@20,This symbol is referenced in the _hid_enumerate 
1>DLP_SDK.lib(hid.obj) : error LNK2019: Unresolved external symbol __imp__SetupDiGetDeviceInterfaceDetailA@24,This symbol is referenced in the _hid_enumerate 
1>DLP_SDK.lib(hid.obj) : error LNK2019: Unresolved external symbol __imp__SetupDiGetClassDevsA@16,This symbol is referenced in the _hid_enumerate 
1>DLP_SDK.lib(hid.obj) : error LNK2019: Unresolved external symbol __imp__SetupDiGetDeviceRegistryPropertyA@28,This symbol is referenced in the _hid_enumerate 
1>F:\software\dlpsdkvs2017_test\TIDA-00254_LCr4500_MachineVision-bld\bin\Release\DLP_LightCrafter_4500_3D_Scan_Application.exe : fatal error LNK1120: 6 external commands that cannot be resolved

The follow is compiled   sdk with cmake

I don't know why, can you help me?

My English is not good,

thanks.