Contents Index Creating UltraLite projects in CodeWarrior Using the UltraLite plug-in for CodeWarrior pdf/preface.pdf

UltraLite User's Guide
  Developing Applications for the Palm Computing Platform
    Developing UltraLite applications with Metrowerks CodeWarrior

Converting an existing CodeWarrior project to an UltraLite application


If you install the UltraLite plug-in into CodeWarrior, you will be asked to convert each existing project when you open it. In this conversion, CodeWarrior sets the default SQL preprocessor settings and saves them in the project file. This causes no disruption to projects that do not use the SQL preprocessor. If you want to further convert a project to invoke the SQL preprocessor automatically, you need to do the following:

  1. Add a file mapping entry for .sqc and .ulg files to the File Mappings panel of the Target settings.

    These files are of file type TEXT and the Compiler is UltraLite Preprocessor. All flags for these files should be unchecked.

  2. For embedded SQL applications, remove all .cpp files generated by the SQL preprocessor from the Files view. These files are automatically generated and re-added when the .sqc files are built.

  3. For C++ API applications, mark the .ulg dummy file dirty and remove the UltraLite Files folder.


Contents Index Creating UltraLite projects in CodeWarrior Using the UltraLite plug-in for CodeWarrior pdf/preface.pdf