How to solve this Error

i have to solution one is server another one is client.using client i try to get the values from server application.while i configuring in visual studio getting this error:

Error 11 error LNK2019: unresolved external symbol "public: void __thiscall kv2s::KV2Client::OpenDepthFrameStreamer(class boost::shared_ptr<class kv2s::DepthFrameStreamer> *,int)" (?OpenDepthFrameStreamer@KV2Client@kv2s@@QAEXPAV?$shared_ptr@VDepthFrameStreamer@kv2s@@@boost@@H@Z) referenced in function "public: virtual void __thiscall KV2ClientExample::Setup(void)" (?Setup@KV2ClientExample@@UAEXXZ) C:\Users\BHC0015\Desktop\C++dll\KinectClient\KinectClient\KV2ClientExample.obj KinectClient
Error 15 error LNK2019: unresolved external symbol "public: void __thiscall kv2s::KV2Client::OpenColorMaskedUsersFrameStreamer(class boost::shared_ptr<class kv2s::ColorMaskedUsersFrameStreamer> *,int)" (?OpenColorMaskedUsersFrameStreamer@KV2Client@kv2s@@QAEXPAV?$shared_ptr@VColorMaskedUsersFrameStreamer@kv2s@@@boost@@H@Z) referenced in function "public: virtual void __thiscall KV2ClientExample::Setup(void)" (?Setup@KV2ClientExample@@UAEXXZ) C:\Users\BHC0015\Desktop\C++dll\KinectClient\KinectClient\KV2ClientExample.obj KinectClient
Error 10 error LNK2019: unresolved external symbol "public: void __thiscall kv2s::KV2Client::OpenColorFrameStreamer(class boost::shared_ptr<class kv2s::ColorFrameStreamer> *,int)" (?OpenColorFrameStreamer@KV2Client@kv2s@@QAEXPAV?$shared_ptr@VColorFrameStreamer@kv2s@@@boost@@H@Z) referenced in function "public: virtual void __thiscall KV2ClientExample::Setup(void)" (?Setup@KV2ClientExample@@UAEXXZ) C:\Users\BHC0015\Desktop\C++dll\KinectClient\KinectClient\KV2ClientExample.obj KinectClient


Last edited on
Topic archived. No new replies allowed.