Placing libCON.dll :
------

All programs that use libCON.dll expect to find it
in the executable search path.
You can add an entry for it to the path, or copy the DLL
file to some directory in the path.
If you're not sure, copy libCON.dll to C:\WINDOWS\SYSTEM


Compilation:
------------

Project must be a regular win32 application.
Add the include directory to the project's C++ Preprocessor settings
Add the libraries directory to the projects linker input settings.

If using the world object libraries (libWO.lib lib2D.lib lib3D.lib)
make sure you turn RTTI on (it will tell you so in compilation if
you don't).  It's in the C++ settings.

Make sure you include CON_All.h in your source.
