Contents Index Storing persistent data Deploying applications that use ActiveSync pdf/preface.pdf

UltraLite User's Guide
  Developing Applications for Windows CE

Deploying Windows CE applications


When compiling UltraLite applications for Windows CE, you can link the UltraLite runtime library either statically or dynamically. If you link it dynamically, you must copy the UltraLite runtime library for your platform to the target device.

To build and deploy an application using the UltraLite runtime DLL

  1. Preprocess your code, then compile the output with UL_USE_DLL.

  2. Link your application using the UltraLite imports library.

  3. Copy both your application executable and the UltraLite runtime DLL to your target device.

    The UltraLite runtime DLL is in chip-specific directories under the UltraLite\ce subdirectory of your SQL Anywhere directory.

To deploy the UltraLite runtime DLL for the Windows CE emulator, place the DLL in the appropriate subdirectory of your Windows CE tools directory. The following directory is the default setting for the Pocket PC emulator:

C:\Program Files\Windows CE Tools\wce300\MS Pocket PC\
emulation\palm300\windows

Deploying applications that use ActiveSync
Assigning class names for applications

Contents Index Storing persistent data Deploying applications that use ActiveSync pdf/preface.pdf