Migrating Windows and Windows Mobile Applications to 2.1 ESD #3

These changes are required for Windows and Windows Mobile applications being migrated from a version earlier than 2.1 ESD #3.

In 2.1 ESD#3, there are two new required libraries for Windows clients.

Rebuild your project to include additional references to the new libraries:

  1. Add the following new libraries as items in the Visual Studio project. Set the "Build Action" to Content and "Copy to Output Directory" to Copy always.
    • For Windows:
      • libeay32.dll – from <UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\Win32\.
      • ssleay32.dll – from <UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\Win32\.
  2. Verify that you have added all required references to your client projects as described in Developer Guide: Windows and Windows Mobile Object API Applications > Development Task Flow for Object API Applications > Creating a Project > Adding References to a Mobile Application Project.

See Developer Guide: Windows and Windows Mobile Object API Applications for information on developing your application.