All declarations of pool variables in a pool must appear in the same application/subapplication subtree. Other applications cannot extend a pool by adding pool variables to it because this introduces a mutual dependency between applications.
• Convert the pool into a variable containing a Dictionary (or LookupTable), and convert all references to pool variables to use explicit at: and at:put:. This conversion may significantly degrade runtime performance because it forces lookup operations to be done at run time rather that at compile time.
|