About
=====

This is beta release of the Clean Object IO library for Windows95
and Windows NT. The Clean Object IO is (c) 1998  University of Nijmegen,
Hilt B.V.

Install
=======

1) Put all folders in the Clean 1.3 folder.

   You can also place them elsewhere, but then you will have to change
   the paths in the example projects.

2) Allocate more heap space to the Clean IDE.

   To link the Object IO examples the Clean IDE needs more heap space
   than the default 5000K. This is how you can increase the heap space:
      a) Create a shortcut to the CleanIDE.exe;
      b) Open the properties window for the shortcut (right-click on the
         shortcut and choose "Properties");
      c) Select the "Shortcut" tab;
      d) Append " -h 6M" to the Target field (without the quotes).
 
   When you now start the CleanIDE by double clicking the shortcut, it
   will have six megabytes of heap space available. This is enough to link
   all the ObjectIO examples.

3) Change the StdEnv path.

   To use the Clean ObjectIO, you will need a slightly modified StdEnv:

      a) Remove default path "{Application}\StdEnv";
      b) Add default path "{Application}\StdEnv Object IO 1.0.1".

   The difference between these two StdEnvs are the *.obj and *_library files
   in the "Clean System Files" directory. Otherwise "StdEnv Object IO 1.0.1"
   is the same as the StdEnv distributed with Clean 1.3. If you want compile
   Clean 0.8 IO programs again you will have to revert this change.


Feedback
========

Please report bugs, suggestions and comments to
    mailto:clean@cs.kun.nl
