compile pjsua2_lib as DLL

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

 



Hi,I'm trying to compile library pjsua2_lib as DLL but I have a lot of link errors.
I can compile pjsua_lib without problem (following the instruction founded on this mailing list).
The link errors are:
account.obj : error LNK2019: unresolved external symbol _pjsua_acc_is_valid referenced in function "public: bool __thiscall pj::Account::isValid(void)const " (?isValid at Account@pj@@QBE_NXZ)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_set_default referenced in function "public: void __thiscall pj::Account::setDefault(void)" (?setDefault at Account@pj@@QAEXXZ)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_get_default referenced in function "public: bool __thiscall pj::Account::isDefault(void)const " (?isDefault at Account@pj@@QBE_NXZ)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_get_user_data referenced in function "public: static class pj::Account * __cdecl pj::Account::lookup(int)" (?lookup at Account@pj@@SAPAV12 at H@Z)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_set_registration referenced in function "public: void __thiscall pj::Account::setRegistration(bool)" (?setRegistration at Account@pj@@QAEX_N at Z)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_set_online_status2 referenced in function "public: void __thiscall pj::Account::setOnlineStatus(struct pj::PresenceStatus const &)" (?setOnlineStatus at Account@pj@@QAEXABUPresenceStatus at 2@@Z)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_set_transport referenced in function "public: void __thiscall pj::Account::setTransport(int)" (?setTransport at Account@pj@@QAEXH at Z)account.obj : error LNK2019: unresolved external symbol _pjsua_pres_notify referenced in function "public: void __thiscall pj::Account::presNotify(struct pj::PresNotifyParam const &)" (?presNotify at Account@pj@@QAEXABUPresNotifyParam at 2@@Z)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_config_default referenced in function "public: void __thiscall pj::AccountConfig::toPj(struct pjsua_acc_config &)const " (?toPj at AccountConfig@pj@@QBEXAAUpjsua_acc_config@@@Z)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_add referenced in function "public: void __thiscall pj::Account::create(struct pj::AccountConfig const &,bool)" (?create at Account@pj@@QAEXABUAccountConfig at 2@_N at Z)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_modify referenced in function "public: void __thiscall pj::Account::modify(struct pj::AccountConfig const &)" (?modify at Account@pj@@QAEXABUAccountConfig at 2@@Z)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_get_info referenced in function "public: struct pj::AccountInfo __thiscall pj::Account::getInfo(void)const " (?getInfo at Account@pj@@QBE?AUAccountInfo at 2@XZ)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_del referenced in function "public: virtual __thiscall pj::Account::~Account(void)" (??1Account at pj@@UAE at XZ)account.obj : error LNK2019: unresolved external symbol _pjsua_acc_set_user_data referenced in function "public: virtual __thiscall pj::Account::~Account(void)" (??1Account at pj@@UAE at XZ)account.obj : error LNK2019: unresolved external symbol _pjsua_get_state referenced in function "public: virtual __thiscall pj::Account::~Account(void)" (??1Account at pj@@UAE at XZ)call.obj : error LNK2001: unresolved external symbol _pjsua_get_stateendpoint.obj : error LNK2001: unresolved external symbol _pjsua_get_stateaccount.obj : error LNK2019: unresolved external symbol _pjsua_media_config_default referenced in function "public: void __thiscall pj::AccountConfig::fromPj(struct pjsua_acc_config const &,struct pjsua_media_config const *)" (?fromPj at AccountConfig@pj@@QAEXABUpjsua_acc_config@@PBUpjsua_media_config@@@Z)endpoint.obj : error LNK2001: unresolved external symbol _pjsua_media_config_defaultcall.obj : error LNK2019: unresolved external symbol _pjsua_call_is_active referenced in function "public: bool __thiscall pj::Call::isActive(void)const " (?isActive at Call@pj@@QBE_NXZ)call.obj : error LNK2019: unresolved external symbol _pjsua_call_get_user_data referenced in function "public: static class pj::Call * __cdecl pj::Call::lookup(int)" (?lookup at Call@pj@@SAPAV12 at H@Z)endpoint.obj : error LNK2001: unresolved external symbol _pjsua_call_get_user_datacall.obj : error LNK2019: unresolved external symbol _pjsua_call_has_media referenced in function "public: bool __thiscall pj::Call::hasMedia(void)const " (?hasMedia at Call@pj@@QBE_NXZ)call.obj : error LNK2019: unresolved external symbol _pjsua_call_remote_has_cap referenced in function "public: enum pjsip_dialog_cap_status __thiscall pj::Call::remoteHasCap(int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (?remoteHasCap at Call@pj@@QBE?AW4pjsip_dialog_cap_status@@HABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@0 at Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_get_rem_nat_type referenced in function "public: enum pj_stun_nat_type __thiscall pj::Call::getRemNatType(void)" (?getRemNatType at Call@pj@@QAE?AW4pj_stun_nat_type@@XZ)call.obj : error LNK2019: unresolved external symbol _pjsua_call_make_call referenced in function "public: void __thiscall pj::Call::makeCall(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct pj::CallOpParam const &)" (?makeCall at Call@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@ABUCallOpParam at 2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_answer2 referenced in function "public: void __thiscall pj::Call::answer(struct pj::CallOpParam const &)" (?answer at Call@pj@@QAEXABUCallOpParam at 2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_hangup referenced in function "public: void __thiscall pj::Call::hangup(struct pj::CallOpParam const &)" (?hangup at Call@pj@@QAEXABUCallOpParam at 2@@Z)endpoint.obj : error LNK2001: unresolved external symbol _pjsua_call_hangupcall.obj : error LNK2019: unresolved external symbol _pjsua_call_set_hold2 referenced in function "public: void __thiscall pj::Call::setHold(struct pj::CallOpParam const &)" (?setHold at Call@pj@@QAEXABUCallOpParam at 2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_reinvite2 referenced in function "public: void __thiscall pj::Call::reinvite(struct pj::CallOpParam const &)" (?reinvite at Call@pj@@QAEXABUCallOpParam at 2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_update2 referenced in function "public: void __thiscall pj::Call::update(struct pj::CallOpParam const &)" (?update at Call@pj@@QAEXABUCallOpParam at 2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_xfer referenced in function "public: void __thiscall pj::Call::xfer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct pj::CallOpParam const &)" (?xfer at Call@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@ABUCallOpParam at 2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_xfer_replaces referenced in function "public: void __thiscall pj::Call::xferReplaces(class pj::Call const &,struct pj::CallOpParam const &)" (?xferReplaces at Call@pj@@QAEXABV12 at ABUCallOpParam@2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_process_redirect referenced in function "public: void __thiscall pj::Call::processRedirect(enum pjsip_redirect_op)" (?processRedirect at Call@pj@@QAEXW4pjsip_redirect_op@@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_dial_dtmf referenced in function "public: void __thiscall pj::Call::dialDtmf(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?dialDtmf at Call@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_send_im referenced in function "public: void __thiscall pj::Call::sendInstantMessage(struct pj::SendInstantMessageParam const &)" (?sendInstantMessage at Call@pj@@QAEXABUSendInstantMessageParam at 2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_send_typing_ind referenced in function "public: void __thiscall pj::Call::sendTypingIndication(struct pj::SendTypingIndicationParam const &)" (?sendTypingIndication at Call@pj@@QAEXABUSendTypingIndicationParam at 2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_send_request referenced in function "public: void __thiscall pj::Call::sendRequest(struct pj::CallSendRequestParam const &)" (?sendRequest at Call@pj@@QAEXABUCallSendRequestParam at 2@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_dump referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall pj::Call::dump(bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?dump at Call@pj@@QAE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@_NV34@@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_setting_default referenced in function "public: __thiscall pj::CallSetting::CallSetting(int)" (??0CallSetting at pj@@QAE at H@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_get_stream_info referenced in function "public: struct pj::StreamInfo __thiscall pj::Call::getStreamInfo(unsigned int)const " (?getStreamInfo at Call@pj@@QBE?AUStreamInfo at 2@I at Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_get_med_transport_info referenced in function "public: struct pj::MediaTransportInfo __thiscall pj::Call::getMedTransportInfo(unsigned int)const " (?getMedTransportInfo at Call@pj@@QBE?AUMediaTransportInfo at 2@I at Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_get_stream_stat referenced in function "public: struct pj::StreamStat __thiscall pj::Call::getStreamStat(unsigned int)const " (?getStreamStat at Call@pj@@QBE?AUStreamStat at 2@I at Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_set_user_data referenced in function "public: __thiscall pj::Call::Call(class pj::Account &,int)" (??0Call at pj@@QAE at AAVAccount@1 at H@Z)call.obj : error LNK2019: unresolved external symbol _pjsua_call_get_info referenced in function "public: void __thiscall pj::Call::processStateChange(struct pj::OnCallStateParam &)" (?processStateChange at Call@pj@@QAEXAAUOnCallStateParam at 2@@Z)endpoint.obj : error LNK2001: unresolved external symbol _pjsua_call_get_infoendpoint.obj : error LNK2019: unresolved external symbol _pjsua_logging_config_default referenced in function "public: struct pjsua_logging_config __thiscall pj::LogConfig::toPj(void)const " (?toPj at LogConfig@pj@@QBE?AUpjsua_logging_config@@XZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_buddy_get_user_data referenced in function "private: static void __cdecl pj::Endpoint::on_buddy_state(int)" (?on_buddy_state at Endpoint@pj@@CAXH at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_create referenced in function "public: void __thiscall pj::Endpoint::libCreate(void)" (?libCreate at Endpoint@pj@@QAEXXZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_start referenced in function "public: void __thiscall pj::Endpoint::libStart(void)" (?libStart at Endpoint@pj@@QAEXXZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_register_worker_thread referenced in function "public: void __thiscall pj::Endpoint::libRegisterWorkerThread(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?libRegisterWorkerThread at Endpoint@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_stop_worker_threads referenced in function "public: void __thiscall pj::Endpoint::libStopWorkerThreads(void)" (?libStopWorkerThreads at Endpoint@pj@@QAEXXZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_verify_sip_url referenced in function "public: int __thiscall pj::Endpoint::utilVerifySipUri(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?utilVerifySipUri at Endpoint@pj@@QAEHABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_verify_url referenced in function "public: int __thiscall pj::Endpoint::utilVerifyUri(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?utilVerifyUri at Endpoint@pj@@QAEHABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_schedule_timer referenced in function "public: void * __thiscall pj::Endpoint::utilTimerSchedule(unsigned int,void *)" (?utilTimerSchedule at Endpoint@pj@@QAEPAXIPAX at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_cancel_timer referenced in function "public: void __thiscall pj::Endpoint::utilTimerCancel(void *)" (?utilTimerCancel at Endpoint@pj@@QAEXPAX at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_detect_nat_type referenced in function "public: void __thiscall pj::Endpoint::natDetectType(void)" (?natDetectType at Endpoint@pj@@QAEXXZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_get_nat_type referenced in function "public: enum pj_stun_nat_type __thiscall pj::Endpoint::natGetType(void)" (?natGetType at Endpoint@pj@@QAE?AW4pj_stun_nat_type@@XZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_cancel_stun_resolution referenced in function "public: void __thiscall pj::Endpoint::natCancelCheckStunServers(void *,bool)" (?natCancelCheckStunServers at Endpoint@pj@@QAEXPAX_N at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_transport_create referenced in function "public: int __thiscall pj::Endpoint::transportCreate(enum pjsip_transport_type_e,struct pj::TransportConfig const &)" (?transportCreate at Endpoint@pj@@QAEHW4pjsip_transport_type_e@@ABUTransportConfig at 2@@Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_transport_set_enable referenced in function "public: void __thiscall pj::Endpoint::transportSetEnable(int,bool)" (?transportSetEnable at Endpoint@pj@@QAEXH_N at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_transport_close referenced in function "public: void __thiscall pj::Endpoint::transportClose(int)" (?transportClose at Endpoint@pj@@QAEXH at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_call_hangup_all referenced in function "public: void __thiscall pj::Endpoint::hangupAllCalls(void)" (?hangupAllCalls at Endpoint@pj@@QAEXXZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_conf_get_max_ports referenced in function "public: unsigned int __thiscall pj::Endpoint::mediaMaxPorts(void)const " (?mediaMaxPorts at Endpoint@pj@@QBEIXZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_conf_get_active_ports referenced in function "public: unsigned int __thiscall pj::Endpoint::mediaActivePorts(void)const " (?mediaActivePorts at Endpoint@pj@@QBEIXZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_codec_set_priority referenced in function "public: void __thiscall pj::Endpoint::codecSetPriority(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char)" (?codecSetPriority at Endpoint@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@E at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_codec_get_param referenced in function "public: void * __thiscall pj::Endpoint::codecGetParam(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (?codecGetParam at Endpoint@pj@@QBEPAXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_codec_set_param referenced in function "public: void __thiscall pj::Endpoint::codecSetParam(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,void * const)" (?codecSetParam at Endpoint@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAX at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_config_default referenced in function "public: struct pjsua_config __thiscall pj::UaConfig::toPj(void)const " (?toPj at UaConfig@pj@@QBE?AUpjsua_config@@XZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_resolve_stun_servers referenced in function "public: void __thiscall pj::Endpoint::natCheckStunServers(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,bool,void *)" (?natCheckStunServers at Endpoint@pj@@QAEXABV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@_NPAX at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_transport_get_info referenced in function "public: struct pj::TransportInfo __thiscall pj::Endpoint::transportGetInfo(int)" (?transportGetInfo at Endpoint@pj@@QAE?AUTransportInfo at 2@H at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_handle_events referenced in function "public: int __thiscall pj::Endpoint::libHandleEvents(unsigned int)" (?libHandleEvents at Endpoint@pj@@QAEHI at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_destroy2 referenced in function "public: void __thiscall pj::Endpoint::libDestroy(unsigned int)" (?libDestroy at Endpoint@pj@@QAEXI at Z)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_enum_codecs referenced in function "public: class std::vector<struct pj::CodecInfo *,class std::allocator<struct pj::CodecInfo *> > const & __thiscall pj::Endpoint::codecEnum(void)" (?codecEnum at Endpoint@pj@@QAEABV?$vector at PAUCodecInfo@pj@@V?$allocator at PAUCodecInfo@pj@@@std@@@std@@XZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_enum_transports referenced in function "public: class std::vector<int,class std::allocator<int> > __thiscall pj::Endpoint::transportEnum(void)" (?transportEnum at Endpoint@pj@@QAE?AV?$vector at HV?$allocator at H@std@@@std@@XZ)endpoint.obj : error LNK2019: unresolved external symbol _pjsua_init referenced in function "public: void __thiscall pj::Endpoint::libInit(struct pj::EpConfig const &)" (?libInit at Endpoint@pj@@QAEXABUEpConfig at 2@@Z)media.obj : error LNK2019: unresolved external symbol _pjsua_conf_remove_port referenced in function "protected: void __thiscall pj::AudioMedia::unregisterMediaPort(void)" (?unregisterMediaPort at AudioMedia@pj@@IAEXXZ)media.obj : error LNK2019: unresolved external symbol _pjsua_conf_connect referenced in function "public: void __thiscall pj::AudioMedia::startTransmit(class pj::AudioMedia const &)const " (?startTransmit at AudioMedia@pj@@QBEXABV12@@Z)media.obj : error LNK2019: unresolved external symbol _pjsua_conf_disconnect referenced in function "public: void __thiscall pj::AudioMedia::stopTransmit(class pj::AudioMedia const &)const " (?stopTransmit at AudioMedia@pj@@QBEXABV12@@Z)media.obj : error LNK2019: unresolved external symbol _pjsua_conf_adjust_tx_level referenced in function "public: void __thiscall pj::AudioMedia::adjustRxLevel(float)" (?adjustRxLevel at AudioMedia@pj@@QAEXM at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_conf_adjust_rx_level referenced in function "public: void __thiscall pj::AudioMedia::adjustTxLevel(float)" (?adjustTxLevel at AudioMedia@pj@@QAEXM at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_conf_get_signal_level referenced in function "public: unsigned int __thiscall pj::AudioMedia::getRxLevel(void)const " (?getRxLevel at AudioMedia@pj@@QBEIXZ)media.obj : error LNK2019: unresolved external symbol _pjsua_player_destroy referenced in function "public: virtual __thiscall pj::AudioMediaPlayer::~AudioMediaPlayer(void)" (??1AudioMediaPlayer at pj@@UAE at XZ)media.obj : error LNK2019: unresolved external symbol _pjsua_player_get_info referenced in function "public: struct pj::AudioMediaPlayerInfo __thiscall pj::AudioMediaPlayer::getInfo(void)const " (?getInfo at AudioMediaPlayer@pj@@QBE?AUAudioMediaPlayerInfo at 2@XZ)media.obj : error LNK2019: unresolved external symbol _pjsua_player_get_pos referenced in function "public: unsigned int __thiscall pj::AudioMediaPlayer::getPos(void)const " (?getPos at AudioMediaPlayer@pj@@QBEIXZ)media.obj : error LNK2019: unresolved external symbol _pjsua_player_set_pos referenced in function "public: void __thiscall pj::AudioMediaPlayer::setPos(unsigned int)" (?setPos at AudioMediaPlayer@pj@@QAEXI at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_recorder_destroy referenced in function "public: virtual __thiscall pj::AudioMediaRecorder::~AudioMediaRecorder(void)" (??1AudioMediaRecorder at pj@@UAE at XZ)media.obj : error LNK2019: unresolved external symbol _pjsua_set_null_snd_dev referenced in function "public: void __thiscall pj::AudDevManager::setNullDev(void)" (?setNullDev at AudDevManager@pj@@QAEXXZ)media.obj : error LNK2019: unresolved external symbol _pjsua_set_no_snd_dev referenced in function "public: void * * __thiscall pj::AudDevManager::setNoDev(void)" (?setNoDev at AudDevManager@pj@@QAEPAPAXXZ)media.obj : error LNK2019: unresolved external symbol _pjsua_set_ec referenced in function "public: void __thiscall pj::AudDevManager::setEcOptions(unsigned int,unsigned int)" (?setEcOptions at AudDevManager@pj@@QAEXII at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_get_ec_tail referenced in function "public: unsigned int __thiscall pj::AudDevManager::getEcTail(void)const " (?getEcTail at AudDevManager@pj@@QBEIXZ)media.obj : error LNK2019: unresolved external symbol _pjsua_snd_is_active referenced in function "public: bool __thiscall pj::AudDevManager::sndIsActive(void)const " (?sndIsActive at AudDevManager@pj@@QBE_NXZ)media.obj : error LNK2019: unresolved external symbol _pjsua_snd_set_setting referenced in function "public: void __thiscall pj::AudDevManager::setExtFormat(struct pj::MediaFormatAudio const &,bool)" (?setExtFormat at AudDevManager@pj@@QAEXABUMediaFormatAudio at 2@_N at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_snd_get_setting referenced in function "public: struct pj::MediaFormatAudio __thiscall pj::AudDevManager::getExtFormat(void)const " (?getExtFormat at AudDevManager@pj@@QBE?AUMediaFormatAudio at 2@XZ)media.obj : error LNK2019: unresolved external symbol _pjsua_get_snd_dev referenced in function "private: int __thiscall pj::AudDevManager::getActiveDev(bool)const " (?getActiveDev at AudDevManager@pj@@ABEH_N at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_conf_add_port referenced in function "protected: void __thiscall pj::AudioMedia::registerMediaPort(void *)" (?registerMediaPort at AudioMedia@pj@@IAEXPAX at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_player_get_conf_port referenced in function "public: void __thiscall pj::AudioMediaPlayer::createPlayer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int)" (?createPlayer at AudioMediaPlayer@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@I at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_player_get_port referenced in function "public: void __thiscall pj::AudioMediaPlayer::createPlayer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int)" (?createPlayer at AudioMediaPlayer@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@I at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_player_create referenced in function "public: void __thiscall pj::AudioMediaPlayer::createPlayer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int)" (?createPlayer at AudioMediaPlayer@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@I at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_playlist_create referenced in function "public: void __thiscall pj::AudioMediaPlayer::createPlaylist(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int)" (?createPlaylist at AudioMediaPlayer@pj@@QAEXABV?$vector at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@2@@std@@ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@4 at I@Z)media.obj : error LNK2019: unresolved external symbol _pjsua_recorder_get_conf_port referenced in function "public: void __thiscall pj::AudioMediaRecorder::createRecorder(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int,long,unsigned int)" (?createRecorder at AudioMediaRecorder@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@IJI at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_recorder_create referenced in function "public: void __thiscall pj::AudioMediaRecorder::createRecorder(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int,long,unsigned int)" (?createRecorder at AudioMediaRecorder@pj@@QAEXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@IJI at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_set_snd_dev referenced in function "public: void __thiscall pj::AudDevManager::setCaptureDev(int)const " (?setCaptureDev at AudDevManager@pj@@QBEXH at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_conf_get_port_info referenced in function "public: static struct pj::ConfPortInfo __cdecl pj::AudioMedia::getPortInfoFromId(int)" (?getPortInfoFromId at AudioMedia@pj@@SA?AUConfPortInfo at 2@H at Z)media.obj : error LNK2019: unresolved external symbol _pjsua_enum_aud_devs referenced in function "public: class std::vector<struct pj::AudioDevInfo *,class std::allocator<struct pj::AudioDevInfo *> > const & __thiscall pj::AudDevManager::enumDev(void)" (?enumDev at AudDevManager@pj@@QAEABV?$vector at PAUAudioDevInfo@pj@@V?$allocator at PAUAudioDevInfo@pj@@@std@@@std@@XZ)presence.obj : error LNK2019: unresolved external symbol _pjsua_buddy_is_valid referenced in function "public: bool __thiscall pj::Buddy::isValid(void)const " (?isValid at Buddy@pj@@QBE_NXZ)presence.obj : error LNK2019: unresolved external symbol _pjsua_buddy_subscribe_pres referenced in function "public: void __thiscall pj::Buddy::subscribePresence(bool)" (?subscribePresence at Buddy@pj@@QAEX_N at Z)presence.obj : error LNK2019: unresolved external symbol _pjsua_buddy_update_pres referenced in function "public: void __thiscall pj::Buddy::updatePresence(void)" (?updatePresence at Buddy@pj@@QAEXXZ)presence.obj : error LNK2019: unresolved external symbol _pjsua_buddy_del referenced in function "public: virtual __thiscall pj::Buddy::~Buddy(void)" (??1Buddy at pj@@UAE at XZ)presence.obj : error LNK2019: unresolved external symbol _pjsua_buddy_set_user_data referenced in function "public: virtual __thiscall pj::Buddy::~Buddy(void)" (??1Buddy at pj@@UAE at XZ)presence.obj : error LNK2019: unresolved external symbol _pjsua_buddy_add referenced in function "public: void __thiscall pj::Buddy::create(class pj::Account &,struct pj::BuddyConfig const &)" (?create at Buddy@pj@@QAEXAAVAccount at 2@ABUBuddyConfig at 2@@Z)presence.obj : error LNK2019: unresolved external symbol _pjsua_buddy_config_default referenced in function "public: void __thiscall pj::Buddy::create(class pj::Account &,struct pj::BuddyConfig const &)" (?create at Buddy@pj@@QAEXAAVAccount at 2@ABUBuddyConfig at 2@@Z)presence.obj : error LNK2019: unresolved external symbol _pjsua_buddy_get_info referenced in function "public: struct pj::BuddyInfo __thiscall pj::Buddy::getInfo(void)const " (?getInfo at Buddy@pj@@QBE?AUBuddyInfo at 2@XZ)presence.obj : error LNK2019: unresolved external symbol _pjsua_im_send referenced in function "public: void __thiscall pj::Buddy::sendInstantMessage(struct pj::SendInstantMessageParam const &)" (?sendInstantMessage at Buddy@pj@@QAEXABUSendInstantMessageParam at 2@@Z)presence.obj : error LNK2019: unresolved external symbol _pjsua_im_typing referenced in function "public: void __thiscall pj::Buddy::sendTypingIndication(struct pj::SendTypingIndicationParam const &)" (?sendTypingIndication at Buddy@pj@@QAEXABUSendTypingIndicationParam at 2@@Z)siptypes.obj : error LNK2019: unresolved external symbol _pjsua_msg_data_init referenced in function "public: void __thiscall pj::SipTxOption::toPj(struct pjsua_msg_data &)const " (?toPj at SipTxOption@pj@@QBEXAAUpjsua_msg_data@@@Z)siptypes.obj : error LNK2019: unresolved external symbol _pjsua_transport_config_default referenced in function "public: __thiscall pj::TransportConfig::TransportConfig(void)" (??0TransportConfig at pj@@QAE at XZ)
ThanksDaniel 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140813/ba1e0f5a/attachment.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux