!PCARes is a resource for the PCA system.

***

This contains PCA 0.35
If you're reading this a significant period of time after December 2003 then
please see if you can find a later version of PCARes. 

You should place it in a directory where it will be 'seen' by the filer
before any PCA applications are seen or run. (I suggest !Boot.Resources)

!PCARes defines a system path PCA$Path, and the PCA support module
should be RMEnsured from this path in the !Boot and !Run files of any
PCA using applications (the module should already be running if PCARes
is in Choices.Tasks and this is the 'best case').

(second best on RISC OS 4 and later(?) is !Boot.Resources)

If it isn't running, it should be started with 'run PCA:KickPCA' so that it
initialises correctly as a desktop task under both NCOS and RISC OS.

Like this:

If "<PCA$Path>"="" Then Error Please locate PCA resources.

rmensure PCASupport 0.33 run PCA:KickPCA
rmensure PCASupport 0.33 Error Version 0.32 or later of the PCA support module is required.

Applications should NOT include a copy of the PCA module. Instead,
provide a skeleton copy of !PCARes so that there is only ever one copy
of the pca module on the users system at one time.

