Re: [OpenSIPStack] on SDPtest and simpletest
Brought to you by:
joegenbaclor
From: Joegen E. B. <jo...@pl...> - 2006-07-18 07:03:22
|
Hi yiwang, Please check that "PTLIB.LIB" is NOT set in "Linker/Input/Additional Dependencies" in the property pages of SDPTest. SDPTest are old projects that aren't updated recently so the still have the old dependencies active (refer to my previous explanation). If you are insistent in using ptlib.dll as shared library, you can compile PWLIB yourself. The PWLIB project files should be in opensipstack/src/pwlib. Open the solution and compile the ptlib project. It should be able to compile pwlib.dll for you inside opensipstack/src/pwlib/Lib folder. If you have further question regarding PWLIB, please go to http://www.voxgratia.org website and cosult the docs on how to build pwlib properly in windows. yi...@si... wrote: > Dear Mr.Joegen, > > I ahve done as you suggested below, but the new SDPTest.exe and > SimpleTest.exe still require the ptlib.dll. If you have ptlib.dll or > SDPTest.dll and Simpletest.dll without requiring ptlib.dll, would you > please E-mail me at your earlist convenience. > > Thank you very much! > > Yixin Wang > > > >> Hi, >> >> If you are using version 1.1.0, you wouldn't be needing ptlib.dll. All >> you have to do is to to have opensipstack as "dependency" to simpletest >> and sdptest. If you are using Visual C++, you may be able to do this by >> adding simpletest and sdptest to the OpenSIPStack Workspace, right click >> on the project and choose dependecy in the popup menu. It should list >> all projects in the workspace. Just put a check on opensipstack. Also >> make sure that linker inputs are deleted. you may have ptlib.lib as >> linker input. This would force the executable to look for ptlib.dll. >> >> If this doesn't work for you, you may also link statically to the >> libraries. Add opensipstack.lib, ptclib.lib and ptlibs.lib as input to >> the linker. the libraries for pwlib should be in src/pwlib/Lib and >> opensipstack should be in ./lib directory. >> >> Please join the mailing list for future questions. Thanks! >> >> Joegen >> >> >> yi...@si... wrote: >> >>> Dear Mr.Joegen, >>> >>> I am one master student at Uottawa working on VoIP, I am studying SIP. >>> I >>> work on WindowsXP. I download your package, I compiled it and I obtain >>> SDPtest.exe and simpletest.exe. When I run these two software, they >>> require ptlib.dll, I only have ptlibd.dll from PWLIB. Would you please >>> e-mail me the ptlib.dll at your earlist convenience. >>> >>> Thank you very much for your help. >>> >>> Yixin Wang >>> >>> >>> >>> >>> >> > > > > > |