Changes between Version 27 and Version 28 of Getting-Started/Windows
- Timestamp:
- May 17, 2012 8:57:50 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Windows
v27 v28 14 14 1. [wiki:Getting-Started/Download-Source Get the source code], if you haven't already. 15 15 1. '''It is important that you create a config_site.h as described in [wiki:Getting-Started/Build-Preparation Build Preparation]''' 16 - Starting with version 2.0, for video support add this to your {{{config_site.h}}}:17 {{{18 #define PJMEDIA_HAS_VIDEO 119 }}}20 21 16 22 17 == Requirements == 18 19 === Tools and SDKs === 23 20 24 21 The Visual Studio based project files can be used with one of the following tools: … … 29 26 * Microsoft Visual Studio/C++ 2005 (including Express edition), 30 27 * Microsoft Visual Studio 2008. You may need to fix the [wiki:FAQ#vs2008 IP Helper API header bug]. Follow the instructions for Visual Studio 2005. 31 * '''Note for 1.x:''' Microsoft Visual Studio 2010 '''is currently unsupported'''.28 * '''Note:''' Microsoft Visual Studio 2010 '''is currently unsupported'''. 32 29 - this is because Visual Studio 2010 drops support for native Windows Mobile development, and hence is unable to import PJSIP projects. You may use VS 2010 but you'd have to manually remove Windows Mobile targets from all PJSIP project files. 33 30 … … 40 37 Note: The new Platform SDK is still needed for Visual Studio 6, although VS6 comes with its own Platform SDK. The new Platform SDK is needed for Iphlpapi.[h|lib] for the new PJNATH library. 41 38 42 === Video support ===39 === Video support (2.0 and above only) === 43 40 44 41 ==== Additional requirements ==== … … 86 83 }}} 87 84 85 === Host requirements === 88 86 89 87 For the host, the following are required: