Changes between Version 23 and Version 24 of Getting-Started/Windows
- Timestamp:
- Sep 1, 2011 1:06:05 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Windows
v23 v24 18 18 The Visual Studio based project files can be used with one of the following tools: 19 19 20 * Microsoft Visual Studio 6,21 * Microsoft Visual Studio .NET 2002,22 * Microsoft Visual Studio .NET 2003,20 * ~~Microsoft Visual Studio 6,~~ (no longer supported since 2.0) 21 * ~~Microsoft Visual Studio .NET 2002,~~ 22 * ~~Microsoft Visual Studio .NET 2003,~~ 23 23 * Microsoft Visual Studio/C++ 2005 (including Express edition), 24 24 * 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. … … 36 36 For the host, the following are required: 37 37 38 * Windows NT, 2000, XP, 2003, or later ,38 * Windows NT, 2000, XP, 2003, Vista, Windows 7, or later , 39 39 * Windows 95/98 should work too, but this has not been tested, 40 40 * Sufficient amount of RAM for the build process. … … 60 60 5. After successful build, the sample applications will be placed in pjsip-apps/bin/samples directory, and the libraries in lib directory under each projects. 61 61 62 62 == Video Support == 63 64 Please see '''[wiki:Video_Users_Guide Video User's Guide]''' for video requirements, build, and usage instructions for pjsip version 2.x. 65 63 66 == Debugging Sample Applications == 64 67