Hi Jaro, your precompiled dll works very good, it is much more stable than the current sipxtapi branche. I also downloaded the source sipxtapi-src-experimental-26 , but I'm having some difficulties to compile it. I think I'm missing some files: ------ Build started: Project: sipXportLib-msvc8, Configuration: Debug Win32 ------ Compiling... OsTLSServerSocket.cpp d:\temp\sipxtapi-src-experimental-r26\sipxtapi\sipxportlib\src\os\ostlsserversocket.cpp(35) : fatal error C1083: Cannot open include file: 'nspr.h': No such file or directory OsTLSServerConnectionSocket.cpp d:\temp\sipxtapi-src-experimental-r26\sipxtapi\sipxportlib\src\os\ostlsserverconnectionsocket.cpp(32) : fatal error C1083: Cannot open include file: 'seccomon.h': No such file or directory OsTLSConnectionSocket.cpp d:\temp\sipxtapi-src-experimental-r26\sipxtapi\sipxportlib\src\os\ostlsconnectionsocket.cpp(33) : fatal error C1083: Cannot open include file: 'seccomon.h': No such file or directory OsTLSClientConnectionSocket.cpp d:\temp\sipxtapi-src-experimental-r26\sipxtapi\sipxportlib\src\os\ostlsclientconnectionsocket.cpp(32) : fatal error C1083: Cannot open include file: 'seccomon.h': No such file or directory OsTLS.cpp d:\temp\sipxtapi-src-experimental-r26\sipxtapi\sipxportlib\include\os\ostls.h(24) : fatal error C1083: Cannot open include file: 'nspr.h': No such file or directory
Do I need to install some packages or what? The reason I want to compile it myself is because your release build will not run on computer which have not installed Visual Studio. This can be solved, [project properties]->[configuration properties]->[c/c++]->[code generation] this field should be set (only on release builds) to Multi-Threaded. This should be done for all projects that contribute to the final DLL. This is what I see when I run the release build in Visual Studio 'Myapp.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\msvcr80.dll', No symbols loaded. 'Myapp.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\msvcp80.dll', No symbols loaded. These DLLs are not installed on a clean windows XP installation. 2007/5/21, Jaroslav Libak <[EMAIL PROTECTED]>:
> Thanks for all bug tracking and patches. However, I don't think there is a > need for yet another branch specific to wxCommunicator. > Is there a good reason your fixes cannot be included into the main branch ? > It is not meant to be specific to wxCommunicator, it will be commercially used once all important bugs are fixed. Sipxtapi branch is too buggy in my opinion to be used commercially, therefore I'm working on a complete revamp of the sipxtapi code. The way my private branch is worked on violates some unwritten rules of Sip foundry but enables me to do the work much faster. That's why its done separately. All changes will be available to public. Theoretically the revamp shouldn't take longer than 2 weeks, but I have only few days left until I have to study for university exams. I expect it will be fully finished maybe on 10th July. You can keep using sipxtapi for development, and then switch to whatever branch you find more stable. Snapshot of the latest revision can be found in http://sourceforge.net/projects/wxcommunicator/ in the downloads section under name "sipxtapi-src-experimental-r26.tar.bz2". It's really an experimental version, but has all patches applied. Experimental means lots of changes were made without any testing. to Daniel: If you encounter your bug here too, then it might be because either speex or GSM is not enabled. I have found that then there is a problem, but I haven't had the time to fix it. If you use GSM and speex everything should work. Jaro _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
_______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
