ClassExplorer Version 1.71

Known Problems                        Copyright  1996/97 by Markus
                                       Spoettl, all rights reserved

-------------------------------------------------------------------

* Delphi Exit:

Under certain circumstances there appears an error message when
the Delphi IDE exits saying "Runtime error 216 at xxxx". This bug
seems to be a problem of the IDE, and not of ClassExplorer.
It seems to be a problem for the Delphi IDE when add in - experts
make use of multi threading as ClassExplorer does. Apparently the
IDE assumes single threaded experts.

You can verify this by creating a simple expert, that just
implements a constructor and a destructor, starting a thread in
the constructor and terminating it in the destructor (of course
with waiting for the thread using a semaphore or the API function
WaitForSingleObject).

This problem is not critical! Because the problem takes place at
the very last exit steps you will never lose data.

-------------------------------------------------------------------
