Changes between Version 43 and Version 44 of Getting-Started/Windows


Ignore:
Timestamp:
Nov 6, 2012 5:41:17 PM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows

    v43 v44  
    2828    * Microsoft Visual Studio/C++ 2005 (including Express edition), 
    2929    * 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. 
     30    * Microsoft Visual Studio 2012. Tested on Professional version, untested on Express version. 
    3031    * '''Note:''' Microsoft Visual Studio 2010 '''is currently unsupported'''. 
    31       - 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. 
     32      - this is because Visual Studio 2010 importer for our VS2005 solution files is broken. Use Visual Studio 2012 instead. 
    3233 
    3334In addition, the following SDK's are needed: 
    3435 
    35     * Essential: DirectX SDK (tested with DirectX version 8 and 9). After installing DirectX, add the paths to the include files and the library to Visual Studio. 
     36    * Essential for other than Windows 8/Visual Studio 2012: DirectX SDK (tested with DirectX version 8 and 9). After installing DirectX, add the paths to the include files and the library to Visual Studio. 
    3637    * Optional if not using Visual Studio 2008: Platform SDK (tested with Platform SDK for Windows Server 2003 SP1). 
    3738    * Optional: OpenSSL development kit is needed if TLS support is wanted. Learn more: [wiki:Getting-Started/Installing-OpenSSL-Windows Installing OpenSSL Libraries on Windows]. 
     
    4849 1. [http://www.libsdl.org/ SDL] '''version 2.0''' or '''version 1.3'''  
    4950    - Note that this is the newer and not yet released SDL library, hence most likely it won't be installed by default on your system. You can download the SDL 2.0 source snapshot or from the Mercurial repository from http://www.libsdl.org/hg.php. 
    50     - SDL 1.3 is under {{{SDL}}} sub-directory of SDL 2.0. 
     51    - SDL 1.3 is sometimes under {{{SDL}}} sub-directory of SDL 2.0. 
    5152    - SDL sources comes with VS project settings, under {{{VisualC}}} sub-directory 
    5253 1. [http://ffmpeg.org/ ffmpeg] development library. We tested with ffmpeg version ranging from 0.5.1 (from circa 2009) to 0.10.