Examples Kit for OpenPTC 1.0 C++ Implementation
-----------------------------------------------


This is the official set of OpenPTC 1.0 C++ example programs.

These are not intended to be used directly by end users of 
PTC, instead they are provided as a resource to PTC 
implementation maintainers to include in their own 
distributions.

Please consider these example programs to be gospel truth. 
Do NOT modify them unless absolutely necessary (ie. under 
Win32 changing to WinMain instead of main etc). You are
free to write your own example programs in whatever style
you like, but it is very important that the core examples
look as similar as possible across all platforms.

It is important that you keep your distribution up to date
with the latest example programs, while i am still developing
these examples the examples distribution will change quite 
often, however once development has settled down the examples
archive will become static.

It is up to you as the implementer to structure these
example programs in whatever manner is most natural for
the platform, ie. creating a makefile for the examples
under unix, a Visual C++ project under Win32 and so on.
This is why no makefile has been included.


cheers!
--
Glenn Fiedler
ptc@gaffer.org

