The source code for AutoOffDAs is inside the attached 3 "pdb" files:

	AutoOffDisableDA.pas.pdb - compiles to AutoOffDisableDA
	AutoOffDAsLib.pas.pdb    - "common library" (not for compilation)
	AutoOffExtendDA.pas.pdb  - compiles to AutoOffExtendDA

the "pdb" format is of Palm DOC files (readable by programs like QLand's Qed),
and to compile these files onboard, you will have to install the pascal compiler from:

http://ppcompiler.free.fr/download.php?lng=en

the essential files are:

	from the main PP compiler zip package:
		PPshell.PRC
		StdioLib.PRC
		pp_exe.PRC <-- read "ppmanual.txt" from the PP package to know which one!

	from the Lychee library zip package:
		LycheePalmAPI.pas

Please read the main "AutoOffDAs.txt" for other information.
