reme file for systemidle time test project
------------------------------------------

Place the dll in one of the system directories, 
this way every running process can find the image.
I've compiled the dll with the local setting
so the project should also work if the paths 
for the clarion environment are not set.
(use c:\windows for win98 or win95 systems
and c:\winnt for winnt systems)


I've had clarion 5 and clarion 5.5 ic on
one workstation so I had not set the paths.
If I would compile the dll standalone, 
if would not work since the other processes
like explorer etc. do not have to runtimes
loaded. Loading the dll would cause the 
Imageloader of the operating system to load 
the clarion runtimes which would be unreachable 
since they are not in the path. The dll would
therefore not be loaded and the result is a non-
working project.


