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


Tip 90: UltraLite Lite


2 - What's What

Here's the list of files associated with the "hello world" program called ULLDemo1.

Everything's stored under a master project folder c:\amisc\ull created by you.

All the other folders (Resource.frk, Src, Src\Resource.frk, etcetera) are created by CodeWarrior. Yes, this layout is rather mysterious, and no, I can't explain it.

The * asterisks mean "These files were edited directly, using a text editor or some other program like CodeWarrior."

C:\amisc\ull

* create_table_ulldemo1.sql       CREATE TABLE statement
  registry_after_condcfg.reg      Registry export file
* registry_final_version.reg      Registry import file
* run_ASA6_dbinit_on_ulldemo1.bat Initialize database
* run_ASA6_dbisql_on_ulldemo1.bat Execute SQL commands
* run_ASA6_dbsrv6_on_ulldemo1.bat Start database
* run_ASA6_sqlpp_on_ulldemo1.bat  Preprocess ESQL source code
  ulldemo1.db                     ASA Database
* ULLDemo1.mcp                    CodeWarrior project
  ulldemo1.prc                    Palm executable
  ulldemo1.prc.psym               Palm debug symbols
  ulldemo1.tmp                    CodeWarrior temporary file
  ulldemo1_dbssrv6_trace.txt      Synchronization trace

C:\amisc\ull\Resource.frk

  ulldemo1.tmp                    CodeWarrior temporary file

C:\amisc\ull\Src

* ULLDemo1.rsrc                   Constructor resource project file
  ULLDemo1_res.h                  Constructor resource header
* ULLDemo1.sqc                    Palm C source code including ESQL
  ulldemo1.c                      Preprocessed C source code

C:\amisc\ull\Src\Resource.frk

  ULLDemo1.rsrc                   Constructor resource project file

C:\amisc\ull\ULLDemo1_data

  CWSettingsWindows.stg           CodeWarrior settings

C:\amisc\ull\ULLDemo1_data\ULLDemo1

  TargetDataWindows.tdt           CodeWarrior target settings


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