Converting existing CodeWarrior project to an UltraLite application

If you install the UltraLite plug-in into CodeWarrior, you will be asked to convert older projects when they are first opened. 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 files to the File Mappings panel of the Target settings.

    The file type is TEXT and the Compiler is UltraLite Preprocessor. All flags for these files must be unchecked.

  2. For embedded SQL applications, remove all generated files from the Files view. These files are automatically generated and re-added when the .sqc files are built.
  3. Remove any file mappings for .ulg files.
  4. Verify the references to required library files.