在调用海康摄像头的过程中,使用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 __imp__NET_DVR_Init@0
Debug/test.exe : fatal error LNK1120: 10 unresolved externals
Error ex
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 __imp__NET_DVR_Init@0
Debug/test.exe : fatal error LNK1120: 10 unresolved externals
Error ex

最低0.47元/天 解锁文章
2618

被折叠的 条评论
为什么被折叠?



