ccrtp-devel
[Top][All Lists]
Advanced

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

[Ccrtp-devel] Visual Studio 2003 C++


From: Rose, John
Subject: [Ccrtp-devel] Visual Studio 2003 C++
Date: Mon, 16 Jun 2003 14:46:05 -0600

Has anyone got ccRTP to compile on VC7.1?  I got ccRTP 1.0.2 to build with a minor modification in ccgnu2 process.h:
 
#ifndef CCXX_THREAD_H_
//#include <cc++/thread.h>
#endif
 
and ccext2 digest.h :

#ifndef CCXX_THREAD_H_
//#include <cc++/thread.h>
#include <cc++/exception.h>
#endif

by commenting out the "thread.h" includes and adding the "exception.h" include as shown above.  There is probably a better way to do this but at least it built :).
 
But when I build a demo project such as "rtpsend" I get:
 
Linking...
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
rtpsend.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall ost::SingleThreadRTPSession,class ost::DualRTPChannel,class ost::AVPQueue>::run(void)" (address@hidden@address@hidden@ost@@@ost@@address@hidden@2@@ost@@MAEXXZ)
rtpsend.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall ost::SingleThreadRTPSession,class ost::DualRTPChannel,class ost::AVPQueue>::~SingleThreadRTPSession,class ost::DualRTPChannel,class ost::AVPQueue>(void)" (address@hidden@address@hidden@@@ost@@address@hidden@2@@ost@@address@hidden) referenced in function __unwindfunclet$??0Sender@@address@hidden@ost@@address@hidden
rtpsend.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall ost::SingleThreadRTPSession,class ost::DualRTPChannel,class ost::AVPQueue>::startRunning(void)" (address@hidden@address@hidden@ost@@@ost@@address@hidden@2@@ost@@QAEXXZ) referenced in function "public: __thiscall Sender::Sender(unsigned char const *,class ost::InetHostAddress const &,unsigned short,unsigned int,unsigned short)" (??0Sender@@address@hidden@ost@@address@hidden)
rtpsend.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall ost::SingleThreadRTPSession,class ost::DualRTPChannel,class ost::AVPQueue>::SingleThreadRTPSession,class ost::DualRTPChannel,class ost::AVPQueue>(class ost::InetHostAddress const &,unsigned short,unsigned short,int,unsigned int,class ost::RTPApplication &)" (address@hidden@address@hidden@@@ost@@address@hidden@2@@ost@@address@hidden@address@hidden@1@@Z) referenced in function "public: __thiscall Sender::Sender(unsigned char const *,class ost::InetHostAddress const &,unsigned short,unsigned int,unsigned short)" (??0Sender@@address@hidden@ost@@address@hidden)
rtpsend.obj : error LNK2019: unresolved external symbol "class ost::RTPApplication & __cdecl ost::defaultApplication(void)" (address@hidden@@address@hidden@XZ) referenced in function "public: __thiscall Sender::Sender(unsigned char const *,class ost::InetHostAddress const &,unsigned short,unsigned int,unsigned short)" (??0Sender@@address@hidden@ost@@address@hidden)
rtpsend.exe : fatal error LNK1120: 5 unresolved externals
Has anyone else run into this?
John
 
 

reply via email to

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