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 的 UltraLite 插件

在 UltraLite 安装过程中,会将用于 CodeWarrior 的 UltraLite 插件的文件放在磁盘上,但是如果没有附加的安装步骤,则无法使用该插件。

♦  安装用于 CodeWarrior 的 UltraLite 插件
  1. 在命令提示符下,更改为 install-dir\UltraLite\Palm\68k\cwplugin 目录。

  2. 运行 install.bat 以将相应的文件复制到您的 CodeWarrior 安装目录中。install.bat 文件需要两个参数:

    • CodeWarrior 目录

    • CodeWarrior 版本。

    例如,以下位于一行中的命令会将 CodeWarrior 9 的插件安装在缺省的 CodeWarrior 安装目录中。

    install "c:\Program Files\Metrowerks\CodeWarrior for Palm OS Platform 9.0" r9

    如果路径包含任何嵌入的空格,需要将目录用双引号括起来。

卸载 CodeWarrior 插件

可以使用 uninstall.bat 从 CodeWarrior 中卸载 UltraLite 插件。uninstall.bat 文件需要的参数与上文所述的 install.bat 文件需要的参数相同。