Hello all, I am using visual-c 6 and attempt to link my program with this system. Creating the pj project works fine and I do get all the samples. However: the "libpjproject" library is not created, and I can't link to the libs there. When doing the link the following error appear: simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_destroy simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_call_hangup_all simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_call_make_call simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_acc_add simple_pjsua.obj : error LNK2001: unresolved external symbol _pj_str simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_acc_config_default simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_start simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_transport_create simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_transport_config_default simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_init simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_logging_config_default simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_config_default simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_verify_url simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_create simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_call_answer simple_pjsua.obj : error LNK2001: unresolved external symbol _pj_log_3 simple_pjsua.obj : error LNK2001: unresolved external symbol _pj_log_get_level simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_call_get_info simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_conf_connect simple_pjsua.obj : error LNK2001: unresolved external symbol _pjsua_perror Debug/PriceEraserPhone.exe : fatal error LNK1120: 20 unresolved externals Error executing link.exe. Any suggestions? Thanks, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20110519/530d66cb/attachment.html>