wiki:Getting-Started/Windows-Mobile

Version 13 (modified by bennylp, 14 years ago) (diff)

--

Getting Started: Building for Windows Mobile

  1. Build Preparation
  2. Requirements
  3. Building the Projects


PJ supports building SIP and media stacks and applications for Windows Mobile targets. A very simple WinCE SIP user agent (with media) application is provided just as proof of concept that the port works.

Note: For best result use a real device. The emulators included sometimes have problems in networking or audio.

Build Preparation

  1. It is important that you create a config_site.h as described in Build Preparation
  2. Get the source code, if you haven't already.

Requirements

  • Microsoft Visual Studio 2005 with appropriate SDKs for Windows Mobile.

Note that VS2005 Express Edition is not supported because the Windows Mobile SDKs is not supported on the Express Editions.

Building the Projects

The Windows Mobile port is included in the main source distribution. Please follow the following steps to build the WinCE libraries and sample application:

  1. Open pjproject-vs8.sln solution file.
  2. Set as Startup Project:
    1. For Windows Mobile Standard (Smartphone), select pjsua_wince project.
    2. For Windows Mobile Professional (Pocket PC), both pjsua_wince and PocketPJ can be chosen.
  3. Select the appropriate SDK (for example Windows Mobile 6 Professional SDK or Windows Mobile 6 Standard SDK)
  4. Select the appropriate configuration (Debug, Release, or other available configuration)
  5. Select the appropriate device (Emulator or the actual Device).
  6. Build the project. This will build the sample WinCE application and all libraries (SIP, Media, etc.) needed by this application.

Notes

  • If the config_site.h includes config_site_sample.h file, then there are certain configuration in config_site_sample.h that get activated for Windows CE targets. Please make sure that these configurations are suitable for the application.
  • The libraries, binaries and object files produced by the build process are located under build/output directory of each projects.