|
Win32[WCE ARMV4]Debug编译通过而Win32[WCE emulator]Debug出现错误
[复制链接]
我用EVC4.0+SP4和PPC2003SDK编译程序,在Win32[WCE ARMV4]Debug下能编译通过,而在Win32[WCE emulator]Debug下出现16个错误:
Linking...
PocketTalk2Me.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall RTPSession::~RTPSession(void)" (??1RTPSession@@UAE@XZ) referenced in function "public: __thiscall DataSession::~DataSession(void)" (??1DataSession@@QAE@XZ)
PocketTalk2MeDlg.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall RTPSession::~RTPSession(void)" (??1RTPSession@@UAE@XZ)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol "public: __thiscall RTPSession::RTPSession(enum RTPTransmitter::TransmissionProtocol)" (??0RTPSession@@QAE@W4TransmissionProtocol@RTPTransmitter@@@Z) referenced in function "public: __
thiscall DataSession::DataSession(void)" (??0DataSession@@QAE@XZ)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol "public: void __thiscall RTPSession::Destroy(void)" (?Destroy@RTPSession@@QAEXXZ) referenced in function "protected: void __thiscall CPocketTalk2MeDlg::OnDestroy(void)" (?OnDestroy@CPo
cketTalk2MeDlg@@IAEXXZ)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol "public: int __thiscall RTPSession::Create(class RTPSessionParams const &,class RTPTransmissionParams const *)" (?Create@RTPSession@@QAEHABVRTPSessionParams@@PBVRTPTransmissionParams@@
@Z) referenced in function "private: void __thiscall CPocketTalk2MeDlg::InitRTP(void)" (?InitRTP@CPocketTalk2MeDlg@@AAEXXZ)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol "public: int __thiscall RTPSessionParams::SetUsePollThread(bool)" (?SetUsePollThread@RTPSessionParams@@QAEH_N@Z) referenced in function "private: void __thiscall CPocketTalk2MeDlg::Ini
tRTP(void)" (?InitRTP@CPocketTalk2MeDlg@@AAEXXZ)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol "public: __thiscall RTPSessionParams::RTPSessionParams(void)" (??0RTPSessionParams@@QAE@XZ) referenced in function "private: void __thiscall CPocketTalk2MeDlg::InitRTP(void)" (?InitRTP
@CPocketTalk2MeDlg@@AAEXXZ)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol "public: int __thiscall RTPSession::SendPacket(void const *,unsigned int,unsigned char,bool,unsigned int)" (?SendPacket@RTPSession@@QAEHPBXIE_NI@Z) referenced in function "protected: l
ong __thiscall CPocketTalk2MeDlg::OnWaveDataArrivedMsg(unsigned int,long)" (?OnWaveDataArrivedMsg@CPocketTalk2MeDlg@@IAEJIJ@Z)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol _g726_Encode referenced in function "protected: long __thiscall CPocketTalk2MeDlg::OnWaveDataArrivedMsg(unsigned int,long)" (?OnWaveDataArrivedMsg@CPocketTalk2MeDlg@@IAEJIJ@Z)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol _g726_Decode referenced in function "protected: long __thiscall CPocketTalk2MeDlg::OnNetDataArrivedMsg(unsigned int,long)" (?OnNetDataArrivedMsg@CPocketTalk2MeDlg@@IAEJIJ@Z)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol "public: int __thiscall RTPSession::DeleteDestination(class RTPAddress const &)" (?DeleteDestination@RTPSession@@QAEHABVRTPAddress@@@Z) referenced in function "protected: void __thisca
ll CPocketTalk2MeDlg::OnStartTalking(void)" (?OnStartTalking@CPocketTalk2MeDlg@@IAEXXZ)
PocketTalk2MeDlg.obj : error LNK2019: unresolved external symbol "public: int __thiscall RTPSession::AddDestination(class RTPAddress const &)" (?AddDestination@RTPSession@@QAEHABVRTPAddress@@@Z) referenced in function "protected: void __thiscall CPo
cketTalk2MeDlg::OnStartTalking(void)" (?OnStartTalking@CPocketTalk2MeDlg@@IAEXXZ)
PocketTalk2MeDlg.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall RTPIPv4Address::IsFromSameHost(class RTPAddress const *)const " (?IsFromSameHost@RTPIPv4Address@@UBE_NPBVRTPAddress@@@Z)
PocketTalk2MeDlg.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall RTPIPv4Address::IsSameAddress(class RTPAddress const *)const " (?IsSameAddress@RTPIPv4Address@@UBE_NPBVRTPAddress@@@Z)
PocketTalk2MeDlg.obj : error LNK2001: unresolved external symbol "public: virtual class RTPAddress * __thiscall RTPIPv4Address::CreateCopy(void)const " (?CreateCopy@RTPIPv4Address@@UBEPAVRTPAddress@@XZ)
emulatorDbg/PocketTalk2Me.exe : fatal error LNK1120: 14 unresolved externals
Error executing link.exe.
PocketTalk2Me.exe - 16 error(s), 0 warning(s)
|
|