This list is partial. A complete list can be found online at the Basic4ppc forum here (you need to be connected to the internet in order to follow this link)
Libraries supplied with Basic4ppc
BinaryFile - manipulate binary (rather than text) files.
Bitwise - perform bitwise operations.
ControlsEx - extends the amount of control at your aid when developing user interface.
Crypto - data encryption solution.
Decimal - perform very accurate mathematics operations on very big numbers
DesktopOnly - use functionality supported only on the desktop.
Door - allows you to access .Net objects, methods and properties from Basic4ppc code without creating new libraries.
FMOD - enables access to Firelight Technologies FMOD libraries, which support many common audio file formats including MP3, WAV and more.
FormLib - adds support for full screen applications.
FTP - allows access to Internet (or other network) resources using FTP protocol.
GPS - connect to your device's GPS receiver.
Hardware - supports some Device-only functionality.
HTTP - allows access to Internet resources using HTTP protocol
ImageLib - extends support for images and drawings.
Network - allows connection between computers over a network, using TCP protocol.
Outlook - allows access to Microsoft Pocket Outlook data.
Phone - allows using phone functionality if the Device supports it.
RAPI - a desktop-only library, which allows desktop-device connection using ActiveSync.
Regex - allows usage of Regular Expressions.
Registry - allows access to the registry.
Serial - adds support for the serial port.
Sprite - adds support for animation
SQL - allows SQL database access.
Each of these libraries is fully documented.
Go to the next page to learn about how to deploy an application that uses libraries