Changes between Initial Version and Version 1 of Migration From 0.5 Version To 0.6 Version


Ignore:
Timestamp:
Mar 30, 2007 10:32:34 AM (17 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Migration From 0.5 Version To 0.6 Version

    v1 v1  
     1= Migration From 0.5 Version To 0.6 Version = 
     2 
     3== New pjnath Library == 
     4 
     5There is a new {{{pjnath}}} library for NAT traversal helper, containing ICE and new STUN implementation. This library is platform independent, and it depends only on {{{pjlib}}} and {{{pjlib-util}}}. 
     6 
     7If the application is based on {{{pjsua-lib}}}, then you will have to add {{{pjnath}}} library to your link process. 
     8 
     9 
     10== Win32 IP Helper == 
     11 
     12PJLIB now has {{{ip_helper.h}}} file to enumerate local interface and local routing (needed by ICE). 
     13 
     14On Windows and WinCE, this requires application to link with '''Iphlpapi.lib'''. 
     15 
     16If you're using Visual Studio 6, you need to download '''Platform SDK''' from MSDN and add relevant include and library directory to VS6 options, since Iphlpapi.[h|lib] is not available with Visual Studio 6. 
     17