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

对于嵌入式 SQL,CodeWarrior 的 UltraLite 插件会将 UltraLite 预处理步骤集成到 CodeWarrior 编译模型中。它确保在需要时运行 SQL 预处理器。

使用前缀文件

前缀文件是 CodeWarrior 项目中的所有源文件都必须包括的头文件。应使用 install-dir\SDK\Include\ulpalmos.h 作为前缀文件。

如果您有自己的前缀文件,它必须包括 ulpalmos.hulpalmos.h 文件用于定义 UltraLite Palm 应用程序所需的宏,还用于设置 UltraLite 所需的 CodeWarrior 编译器选项。

加密同步

如果要使用 TLS 或 HTTPS 协议实现加密的同步,必须将 ulrsa.libulecc.libulfips.libgselst.lib 添加到 CodeWarrior UltraLite 项目中。