Changes between Version 14 and Version 15 of Migration From 0.5 Version To 0.6 Version
- Timestamp:
- Apr 22, 2007 2:55:44 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration From 0.5 Version To 0.6 Version
v14 v15 26 26 * {{{third_party/build/resample/libresample}}} 27 27 * {{{third_party/build/speex/libspeex}}} 28 * Applications based on PJSUA-LIB, or applications wanting to use the new STUN and ICE functionality in PJNATH, should add {{{pjnath/build/pjnath}}} library into the project dependencies. 28 29 29 30 === Visual Studio 6 === … … 44 45 Changes in PJLIB: 45 46 * Added {{{PJ_POOL_ALLOC_T}}} and {{{PJ_POOL_ZALLOC_T}}} macros, which should be preferable than the old {{{pj_pool_alloc()}}}/{{{pj_pool_zalloc()}}} since it provides more type safety. 46 * PJLIB now has {{{ip_helper.h}}} file to enumerate local interface and local routing (needed by ICE). Windows application must link with IPHLPAPI.LIB now.47 * PJLIB now has IP Helper API in {{{ip_helper.h}}} file to enumerate local interface and local routing (needed by ICE). Windows application must link with IPHLPAPI.LIB. 47 48 48 49