[Home] [Table of Contents] [Previous Section] [Next Section]
Breck Carter
Last modified: October 21, 1999
mail to: bcarter@bcarter.com


Tip 90: UltraLite Lite


11 - Add Components to the CodeWarrior Project

This section shows how to add the preprocessed source code to the CodeWarrior project, along with other files needed to compile the application.
  1. Start the CodeWarrior IDE by doubleclicking on the project file c:\amisc\ull\ULLDemo1.mcp.

  2. In the ULLDemo1.mcp window, select AppSource and use
    Project - Add Files to add the following source file name:
       c:\amisc\ULLDemo\Src\ulldemo1.c
    

  3. Select AppResources and use
    Project - Create New Group to add the following group name:
       UL Runtime
    

  4. Select UL Runtime and use
    Project - Add Files to add the following library file name:
       E:\Program Files
          \Sybase
             \Adaptive Server Anywhere 6.0
                \ultralite
                   \palm
                      \68k
                         \lib
                            \ulrt.lib
    

  5. If you see a content-free message window like this, just close it:

    Content-free message... 'path has been added'

    Note: The target name "Starter" is wrong, but that will get
    fixed in Section 14 - Edit the CodeWarrior Project Settings.

  6. Select Palm OS and use
    Project - Add Files to add the following library file name:
       E:\Program Files
          \Metrowerks
             \CodeWarrior
                \Palm OS 3.0 Support
                   \Runtime
                      \MSL Runtime Palm OS (4i).Lib
    

    Updated CodeWarrior Project ULLDemo1.mcp


[Home] [Table of Contents] [Previous Section] [Next Section] [mail to: bcarter@bcarter.com]