< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Dear all,I am using resiprocate sip stack in my voip software. I added resiprocate, dum , rutil and ares to my project. But as I am trying to build it, I am having following error.
error LNK2019: unresolved external symbol "public: void __thiscall resip::LazyParser::checkParsed(void)const " (?checkParsed@LazyParser@resip@@QBEXXZ) referenced in function "public: class resip::Data & __thiscall resip::Uri::host(void)" (?host@Uri@resip@@QAEAAVData@2@XZ)
there are 75 more errors like this each having different external symbol. But I added these headers in the include files. Even in the library files, I have given the path for resiprocate lib folders. I am using MS Visual Studio 2005. What should I do now?
- Tanim