UltraLite Embedded SQL User's Guide
Tutorial: Build an Application Using Embedded SQL
The following procedure configures eMbedded Visual C++ for UltraLite development. You may need to add additional library and include paths.
To configure eMbedded Visual C++ for UltraLite development
Start Microsoft eMbedded Visual C++ 3.0.
From the Start menu, choose Programs
Configure eMbedded Visual C++ to search the appropriate directories for embedded SQL header files and UltraLite library files.
Select Tools
The Options dialog is displayed.
Click the Directories tab
For each target platform and CPU combination,
Choose Include Files under the Show Directories For dropdown menu. Include the following directory, so that the embedded SQL header files are accessible.
C:\Program Files\Sybase\SQL Anywhere 9\h
If you have installed SQL Anywhere to a directory other than the default, substitute the \h subdirectory of your installation.
Choose Library Files under the Show Directories For dropdown menu. Include the UltraLite \lib directory, located in a platform-specific directory. For example, for the Pocket PC emulator, choose the following:
C:\Program Files\Sybase\SQL Anywhere 9\UltraLite\ce\emulator30\lib
Click OK.