Home > Software engineering >  Hikvision camera secondary development technologies
Hikvision camera secondary development technologies

Time:10-23

Please comment: running hikvision 1 - real-time preview & amp; Grasp the figure & amp; Yuntai control demo,
Error:
1 & gt; RealPlay. Obj: error LNK2019: cannot resolve the external symbol of __imp__NET_DVR_Init @ 0, the symbol in the function of "public: virtual int __thiscall CRealPlayApp: : InitInstance (void)" (? InitInstance @ CRealPlayApp @ @ UAEHXZ) referenced
1 & gt; RealPlay. Obj: error LNK2019: cannot resolve the external symbol of __imp__NET_DVR_Cleanup @ 0, the symbol in the function of "public: virtual int __thiscall CRealPlayApp: : ExitInstance (void)" (? ExitInstance @ CRealPlayApp @ @ UAEHXZ) referenced
. There are many, are the same problem,
What a great god what reason is this? How to solve?

CodePudding user response:

Dynamic link libraries need to hai kang camera system32 copy to the system, or engineering debug/release directory

CodePudding user response:

You only quote hai kang header file, but did not go to configure corresponding lib files, the compiler found a function declaration, couldn't find it, will quote this error, configuration corresponding.lib file line, add the corresponding lib files in additional dependencies

CodePudding user response:

Hikvision camera demo files, run must call the exe file inside the bin
  • Related