HOW TO USE CASL SOURCE CODE

1. Extract all files to folder of your choice.

2. Start CASLide, open existing project file in the folder to which you extracted contents of zip file

a. Work with like any other project.  For example if no prc nor csp files are provided, you can compile and build them yourself.

b. If you get a lot of compile errors it may be that I've forgotten to correct path given in cpk include statements.  There's usually a fSingleFolder compile flag at start of csl file.  This should be set to true.  The idea is all include statements should specify no path, as all cpk files are in the same folder as the csl, cff, and cic files.  (On my machine some cpk files are in a library folder.)

3. Any prc file provided requires latest CASL runtime and will run on palm device.

4. Any csp file provided requires CASLwin runtime and will run on win32 machine.  see CASL IDE manual for details.

5. Any cdb file provided should be renamed cdi.  All cdi files should be placed in your Palm\CASL\User folder, and installed before running prc file.  Installation of cdi files requires that user machine have CASL conduit installed.  Any machine with CASL IDE installation has this already.  See CASL IDE manual if you need to do this for other machines.

6. Links for latest CASL runtimes and other tips can be found at Frank's CASL Page, http://frankscaslpage.home.att.net

Frank O'Brien, frankscaslpage@att.net

