Using libraries

It is hard to predict the needs of a particular application, so the organization of a target's libraries generally evolves over the development cycle. PocketBuilder lets you reorganize your libraries easily at any time.

For small applications, you might use only one library, but for larger applications, you should split the application into different libraries.

About library size

There are no limits to how large libraries can be, but for performance and convenience, you should follow these guidelines:

Organizing libraries

You can organize your libraries any way you want. For example, you might put all objects of one type in their own library, or divide your target into subsystems and place each subsystem in its own library.