Any help with the following build problem would be appreciated. I can figure out what file I am not linking... 1>------ Build started: Project: pjnath_test, Configuration: Release Win32 ------ 2>------ Build started: Project: samples, Configuration: Release Win32 ------ 2>Performing Makefile project actions 1>Linking... 1>ice_test.obj : error LNK2019: unresolved external symbol _destroy_test_server referenced in function _destroy_sess 2>Build log was saved at "file://c:\pjsip_download\pjproject-1.0.1\pjproject-1.0.1\pjsip-apps\build\output\samples-i386-win32-vc8-release\BuildLog.htm" 1>ice_test.obj : error LNK2019: unresolved external symbol _create_test_server referenced in function _create_sess 1>test.obj : error LNK2019: unresolved external symbol _turn_sock_test referenced in function _test_inner 1>test.obj : error LNK2019: unresolved external symbol _stun_sock_test referenced in function _test_inner 1>test.obj : error LNK2019: unresolved external symbol _sess_auth_test referenced in function _test_inner 1>../bin/pjnath-test-i386-win32-vc8-release.exe : fatal error LNK1120: 5 unresolved externals 2>samples - 0 error(s), 0 warning(s) 1>Build log was saved at "file://c:\pjsip_download\pjproject-1.0.1\pjproject-1.0.1\pjnath\build\output\pjnath-test-i386-win32-vc8-release\BuildLog.htm" 1>pjnath_test - 6 error(s), 0 warning(s) ========== Build: 1 succeeded, 1 failed, 25 up-to-date, 0 skipped ==========