ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ccrtp-devel] unresolved external problem ccrtp1.5.0 under Visual Studio


From: Dien Ba Quang
Subject: [Ccrtp-devel] unresolved external problem ccrtp1.5.0 under Visual Studio 2005
Date: Wed, 6 Aug 2008 12:33:30 -0500

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)"
(address@hidden@ost@@address@hidden)        queue.obj
Error   2       error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
ost::TimerPort::setTimer(unsigned long)"
(address@hidden@ost@@address@hidden) referenced in function "public:
void __thiscall ost::RTPDataQueue::setTimeclock(void)"
(address@hidden@ost@@QAEXXZ)        control.obj
Error   3       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
ost::TimerPort::setTimer(unsigned long)"
(address@hidden@ost@@address@hidden)        duplex.obj
Error   4       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
ost::TimerPort::setTimer(unsigned long)"
(address@hidden@ost@@address@hidden)        members.obj
Error   5       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
ost::TimerPort::setTimer(unsigned long)"
(address@hidden@ost@@address@hidden)        pool.obj
Error   6       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
(address@hidden@ost@@QBEKXZ)       queue.obj
Error   7       error LNK2019: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
(address@hidden@ost@@QBEKXZ) referenced in function "public:
unsigned long __thiscall ost::RTPDataQueue::getTimeclock(void)const "
(address@hidden@ost@@QBEKXZ)        control.obj
Error   8       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
(address@hidden@ost@@QBEKXZ)       duplex.obj
Error   9       error LNK2001: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
(address@hidden@ost@@QBEKXZ)       members.obj
Error   10      error LNK2001: unresolved external symbol
"__declspec(dllimport) public: unsigned long __thiscall
ost::TimerPort::getElapsed(void)const "
(address@hidden@ost@@QBEKXZ)       pool.obj
Error   11      error LNK2019: unresolved external symbol "public:
__thiscall ost::CryptoContext::~CryptoContext(void)"
(address@hidden@@address@hidden) referenced in function "public: void *
__thiscall ost::CryptoContext::`scalar deleting destructor'(unsigned int)"
(address@hidden@@address@hidden)      incqueue.obj
Error   12      error LNK2001: unresolved external symbol "public:
__thiscall ost::CryptoContext::~CryptoContext(void)"
(address@hidden@@address@hidden)  outqueue.obj
Error   13      error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall ost::TimerPort::TimerPort(void)"
(address@hidden@@address@hidden) referenced in function "protected:
__thiscall ost::RTPDataQueue::RTPDataQueue(unsigned int)"
(address@hidden@@address@hidden@Z)  queue.obj
Error   14      error LNK2019: unresolved external symbol "public: void
__thiscall ost::CryptoContext::srtpAuthenticate(class ost::RTPPacket
*,unsigned int,unsigned char *)"
(address@hidden@ost@@address@hidden@address@hidden) referenced
in function "public: void __thiscall ost::OutgoingRTPPkt::protect(unsigned
int,class ost::CryptoContext *)"
(address@hidden@ost@@address@hidden@@Z)       rtppkt.obj
Error   15      error LNK2019: unresolved external symbol "public: void
__thiscall ost::CryptoContext::srtpEncrypt(class ost::RTPPacket *,unsigned
__int64,unsigned int)"
(address@hidden@ost@@address@hidden@address@hidden) referenced in
function "public: void __thiscall ost::OutgoingRTPPkt::protect(unsigned
int,class ost::CryptoContext *)"
(address@hidden@ost@@address@hidden@@Z)       rtppkt.obj
Error   16      error LNK2019: unresolved external symbol "public: void
__thiscall ost::CryptoContext::update(unsigned short)"
(address@hidden@ost@@address@hidden) referenced in function "public: int
__thiscall ost::IncomingRTPPkt::unprotect(class ost::CryptoContext *)"
(address@hidden@ost@@address@hidden@@Z)      rtppkt.obj
Error   17      error LNK2019: unresolved external symbol "public: unsigned
__int64 __thiscall ost::CryptoContext::guessIndex(unsigned short)"
(address@hidden@ost@@address@hidden) referenced in function "public:
int __thiscall ost::IncomingRTPPkt::unprotect(class ost::CryptoContext *)"
(address@hidden@ost@@address@hidden@@Z)      rtppkt.obj
Error   18      error LNK2019: unresolved external symbol "public: bool
__thiscall ost::CryptoContext::checkReplay(unsigned short)"
(address@hidden@ost@@address@hidden) referenced in function "public:
int __thiscall ost::IncomingRTPPkt::unprotect(class ost::CryptoContext *)"
(address@hidden@ost@@address@hidden@@Z)      rtppkt.obj
Error   19      fatal error LNK1120: 9 unresolved externals
.\Debug/ccrtp1.dll

reply via email to

[Prev in Thread] Current Thread [Next in Thread]