Is there a maximum size to CASL p-code applications?
For the Palm OS, yes, there is a maximum size that a CASL p-code application can be. There is 64 kB available for p-code and variables. The compiler will display the amount used when doing a p-code compile. If the application goes over the limit you can continue to increase the size of the application by breaking it up into separate applications that call each other using the CASL launch command. Shared variables will need to be a database file. You can also use CASLpro to generate larger applications without having to use the launch method. Size is only limited by available memory. In fact, CASL p-code is no longer recommended since CASLPro (C Build) is now a standard part of the CASL product. For PocketPC, no. Size is only limited by available memory (up to a total of 640 CASL objects within a single project).