This describes how to add the required libraries as references in the Visual Studio project.
You can use this method to add references to your client projects.
- Add the following libraries for the appropriate device platform as references in
the Visual Studio project.
Set
Build Action to Content and
Copy to Output Directory to Copy
always:
For Windows Mobile:
-
sup-client.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\WM.
-
CMessagingClient.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\WM\PocketPC
or
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\WM\Smartphone.
- SQLite.Interop.065.DLL
– from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\WM\.
- iAnywhere.Data.UltraLite.resources.dll (several
languages are supported) – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\WM\Ultralite\<language>.
For Windows:
-
sup-client.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\Win32.
-
ECTrace.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\Win32.
-
CMessagingClient.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\Win32.
-
Traveler.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\Win32.
-
zlib1.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\Win32.
- Add the following libraries for the appropriate device platform as items in the
Visual Studio project. Set "Build Action" to "Content" and "Copy to Output Directory"
to Copy always.
For Windows Mobile:
- ulnet12.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\WM\Ultralite.
- ulnetclient12.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\WM\Ultralite.
- mlcrsa12.dll (if HTTPS protocol is used) – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\WM\Ultralite.
- mlczlib12.dll (if HTTPS protocol is used) – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\WM\Ultralite.
For Windows:
- ulnet12.dll – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\Win32\Ultralite.
- mlcrsa12.dll (if HTTPS protocol is used) – from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\Win32\Ultralite.
- mlczlib12.dll (if using compression) - from
<UnwiredPlatform_InstallDir>\MobileSDK\ObjectAPI\DOE\Win32\Ultralite.