On Tue, Jul 1, 2008 at 7:57 AM, sre kdkjf <kk_kksri at yahoo.com> wrote: > Hi All, > > i had downloaded latest pjsip stack version 0.9.0, > > i am trying to build the application with visual studio .net 2003, i am > getting the following build errors. > I assume you're importing it from the VS6 workspace. In that case please re-import your workspace again from VS6 as there have been some new libraries added to the workspace. Cheers Benny > > Error 1 error LNK2019: unresolved external symbol _srtp_init > referenced in function _pjmedia_srtp_init_lib pjmedia.lib > Error 2 error LNK2019: unresolved external symbol > _octet_string_hex_string referenced in function > _pjmedia_transport_srtp_start pjmedia.lib > Error 3 error LNK2019: unresolved external symbol _srtp_dealloc > referenced in function _pjmedia_transport_srtp_start pjmedia.lib > Error 4 error LNK2019: unresolved external symbol _srtp_create > referenced in function _pjmedia_transport_srtp_start pjmedia.lib > Error 5 error LNK2019: unresolved external symbol _srtp_protect > referenced in function _transport_send_rtp pjmedia.lib > Error 6 error LNK2019: unresolved external symbol > _srtp_protect_rtcp referenced in function _transport_send_rtcp2 > pjmedia.lib > Error 7 error LNK2019: unresolved external symbol _srtp_unprotect > referenced in function _srtp_rtp_cb pjmedia.lib > Error 8 error LNK2019: unresolved external symbol > _srtp_unprotect_rtcp referenced in function _srtp_rtcp_cb pjmedia.lib > Error 9 error LNK2019: unresolved external symbol > _crypto_get_random referenced in function _generate_crypto_attr_value > pjmedia.lib > Error 10 fatal error LNK1120: 9 unresolved externals (...) > > i think it could be the problem with libsrtp, i want to know how to solve > this problems. > > > > so that i could build the pjsip stack version 0.9.0 version successfully. > > > > > > Thankyou. > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >