This directory contains the T2C release 1.0. A sophisticated C++ database interface class generator. Moreover it contains the modified and improved version of Bernhard Strassl's CB++ library, which is needed in conjunction with the T2C database shuttle class generator. The code fits the gcc 2.6.3 compiler and especially T2C depends on it. This is however not a problem, since gcc is portable to virtually any platform. Linking against the Oracle library is always a challenge to your patience as well as to your imagination of the correct sequence of the many libraries to specify in order for the references to be resolved completely. In order to get rid of the second problem, I generated a library that I called OraLite by unpacking all needed libraries into an empty directory and then repacking it with the following commands: > ar r libOraLite.a `lorder obj/*.o |tsort` > ranlib libOraLite.a Please edit the t2c/Makefile to fit your environment as to the location and set of the Oracle libraries. To build everything you just type `make' and hope that you get through without heavy problems. Installation has to be performed manually, since there are no configuration files and such it is rather simple. Please read the README.T2C file, which is currently the only documentation on T2C. Nevertheless, I tried to be complete in order to help you to make use of the T2C shuttle classes. Enjoy, -Gunther Schadow