Introduction
Main features, change log, compilation, known problems, contacts.
Basic types
Dynamic strings, character sets, variants, date/time manipulation, lists.
I/O streams
Common input/output interfaces, file streams, named pipes, memory streams, standard
input/output/error objects, MD5 stream.
Multithreading
Thread, semaphore, mutex, rwlock, trigger and message queue interfaces, synchronization
utilities.
Networking
IP client and server interfaces, utilities.
Exceptions and critical errors
Exception classes, non-recoverable errors.
Deploying the shared (dynamic) library
Static vs. dynamic linking, deploying PTypes with your application, checking the
version of the dynamic library.
PTypes demo program -- wshare
A simple web server (HTTP daemon) that demonstrates the full power of PTypes.