在调用海康摄像头的过程中,使用VC++ 加载相应的SDK,出现了一下错误:
Linking...
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_GetIPCProtoList@8
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_SetDVRConfig@20
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_Logout@4
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_GetDVRConfig@24
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_Cleanup@0
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_GetLastError@0
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_Login_V30@20
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_SetReconnect@8
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_SetConnectTime@8
test.obj : error LNK2001: unresolved external symbol __im
Linking...
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_GetIPCProtoList@8
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_SetDVRConfig@20
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_Logout@4
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_GetDVRConfig@24
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_Cleanup@0
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_GetLastError@0
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_Login_V30@20
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_SetReconnect@8
test.obj : error LNK2001: unresolved external symbol __imp__NET_DVR_SetConnectTime@8
test.obj : error LNK2001: unresolved external symbol __im