我是 h323plus 的新手,我需要使用 h323plus lib 在 Vc++ 中构建一个简单的 h323 客户端。我已经成功编译了 ptlib 和 h323plus 现在我正在尝试编译与 VS2013 中的h323plus一起使用的示例。但是每次编译示例时都会出现以下错误
1>h323plus.lib(h323ep.obj) : error LNK2019: unresolved external symbol "public: __thiscall H323_RFC4103Handler::H323_RFC4103Handler(enum H323Channel::Directions,class H323Connection &,unsigned int)" (??0H323_RFC4103Handler@@QAE@W4Directions@H323Channel@@AAVH323Connection@@I@Z) referenced in function "public: virtual class H323_RFC4103Handler * __thiscall H323EndPoint::CreateRFC4103ProtocolHandler(enum H323Channel::Directions,class H323Connection &,unsigned int)" (?CreateRFC4103ProtocolHandler@H323EndPoint@@UAEPAVH323_RFC4103Handler@@W4Directions@H323Channel@@AAVH323Connection@@I@Z)
请有人帮助我,我需要做得不好。