Hi,

I have problems unresolved external problem with ccrtp1.5.0  when I tried to
compile it under Visual Studio 2005.
Do you know what kind of problems is?

Thank you very much,
DBQ.


Error   1       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
ost::TimerPort::setTimer(unsigned long)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED])        queue.obj
Error   2       error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
ost::TimerPort::setTimer(unsigned long)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]) referenced in function "public:
void __thiscall ost::RTPDataQueue::setTimeclock(void)"
([EMAIL PROTECTED]@ost@@QAEXXZ)        control.obj
Error   3       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
ost::TimerPort::setTimer(unsigned long)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED])        duplex.obj
Error   4       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
ost::TimerPort::setTimer(unsigned long)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED])        members.obj
Error   5       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
ost::TimerPort::setTimer(unsigned long)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED])        pool.obj
Error   6       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
([EMAIL PROTECTED]@ost@@QBEKXZ)       queue.obj
Error   7       error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
([EMAIL PROTECTED]@ost@@QBEKXZ) referenced in function "public:
unsigned long __thiscall ost::RTPDataQueue::getTimeclock(void)const "
([EMAIL PROTECTED]@ost@@QBEKXZ)        control.obj
Error   8       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
([EMAIL PROTECTED]@ost@@QBEKXZ)       duplex.obj
Error   9       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
([EMAIL PROTECTED]@ost@@QBEKXZ)       members.obj
Error   10      error LNK2001: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
([EMAIL PROTECTED]@ost@@QBEKXZ)       pool.obj
Error   11      error LNK2019: unresolved external symbol "public:
__thiscall ost::CryptoContext::~CryptoContext(void)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "public: void *
__thiscall ost::CryptoContext::`scalar deleting destructor'(unsigned int)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED])      incqueue.obj
Error   12      error LNK2001: unresolved external symbol "public:
__thiscall ost::CryptoContext::~CryptoContext(void)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED])  outqueue.obj
Error   13      error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall ost::TimerPort::TimerPort(void)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "protected:
__thiscall ost::RTPDataQueue::RTPDataQueue(unsigned int)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)  queue.obj
Error   14      error LNK2019: unresolved external symbol "public: void
__thiscall ost::CryptoContext::srtpAuthenticate(class ost::RTPPacket
*,unsigned int,unsigned char *)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]@[EMAIL PROTECTED]) referenced
in function "public: void __thiscall ost::OutgoingRTPPkt::protect(unsigned
int,class ost::CryptoContext *)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]@@Z)       rtppkt.obj
Error   15      error LNK2019: unresolved external symbol "public: void
__thiscall ost::CryptoContext::srtpEncrypt(class ost::RTPPacket *,unsigned
__int64,unsigned int)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]@[EMAIL PROTECTED]) referenced in
function "public: void __thiscall ost::OutgoingRTPPkt::protect(unsigned
int,class ost::CryptoContext *)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]@@Z)       rtppkt.obj
Error   16      error LNK2019: unresolved external symbol "public: void
__thiscall ost::CryptoContext::update(unsigned short)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]) referenced in function "public: int
__thiscall ost::IncomingRTPPkt::unprotect(class ost::CryptoContext *)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]@@Z)      rtppkt.obj
Error   17      error LNK2019: unresolved external symbol "public: unsigned
__int64 __thiscall ost::CryptoContext::guessIndex(unsigned short)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]) referenced in function "public:
int __thiscall ost::IncomingRTPPkt::unprotect(class ost::CryptoContext *)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]@@Z)      rtppkt.obj
Error   18      error LNK2019: unresolved external symbol "public: bool
__thiscall ost::CryptoContext::checkReplay(unsigned short)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]) referenced in function "public:
int __thiscall ost::IncomingRTPPkt::unprotect(class ost::CryptoContext *)"
([EMAIL PROTECTED]@ost@@[EMAIL PROTECTED]@@Z)      rtppkt.obj
Error   19      fatal error LNK1120: 9 unresolved externals
.\Debug/ccrtp1.dll
_______________________________________________
Ccrtp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Reply via email to