Changes between Version 45 and Version 46 of Getting-Started/Windows


Ignore:
Timestamp:
Dec 20, 2012 9:38:27 AM (11 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows

    v45 v46  
    102102   1. For Visual Studio 8 (VS 2005): open {{{pjproject-vs8.sln}}} solution file. 
    103103   1. For Visual Studio 9 (VS 2008): open {{{pjproject-vs8.sln}}} solution file. One-time conversion of projects to VS 2008 format will done automatically. 
     104   1. For Visual Studio 11 (VS 2012): open {{{pjproject-vs8.sln}}} solution file. One-time conversion of projects to VS 2012 format will done automatically. 
     105     1. Warnings about Windows Mobile projects/configurations can be safely ignored, VS 2012 does not support Windows Mobile 
     106     1. Additional tips from [http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2012-December/015574.html pjsip mailing list] 
    104107   1. Set '''pjsua''' as Active or Startup Project. 
    105108   1. Set '''Win32''' as the platform. 
    106       1. For ''x64'', please add the platform using Configuration Manager dialog of Visual Studio. 
     109      1. Experimental: For ''x64'', please add the platform using Configuration Manager dialog of Visual Studio.  
    107110   1. Select '''Debug''' or '''Release''' build as appropriate. 
    108111   1. Build the project. This will build '''pjsua''' application and all libraries needed by '''pjsua'''.