Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » 应用程序开发 » 开发用于 Palm OS 的 UltraLite 应用程序

 

在 CodeWarrior 中构建 CustDB 示例应用程序

CustDB 是一个简单的销售状态应用程序。

有关示例数据库模式的图示,请参见关于 CustDB 示例数据库

应用程序的文件位于 samples-dir\UltraLite\CustDB 目录中。通用文件位于 CustDB 目录中。用于 Palm OS 的 CodeWarrior 特定文件位于以下目录中:

  • samples-dir\UltraLite\CustDB\cwcommon

  • samples-dir\UltraLite\CustDB\cw

本节说明如何使用 CodeWarrior 9 构建 CustDB 应用程序。

♦  使用 CodeWarrior 构建 CustDB 示例应用程序
  1. 启动 CodeWarrior IDE。

  2. 打开 CustDB 项目文件:

    • 选择 [File] » [Open]。

    • 打开项目文件 samples-dir\UltraLite\CustDB\cw\custdb.mcp

  3. 要构建目标应用程序 (custdb.prc),选择 [Project] » [Make]。