AddOnHello is Copyright 1998 by Sidney Cammeresi.  All rights reserved.
For the complete license, please see add-on.cpp.

This is a trivial, hello world style add-on for the Tracker.  To use the
add-on, drop it into /boot/home/config/add-ons/Tracker.  It prints a
message and then raises an alert box with a complimentary message.  To
see the message, however, you will have to kill the Tracker and restart
it from a Terminal.  I.e.,

    $ ps ax | grep Tracker
    [...]
      39770              Tracker  sem  10     413    1051 AppLooperPort(318588)
    [...]
    $ kill -9 39770
    $ /system/Tracker

A project file for BeOS R4 is included if you want to play and rebuild the
add-on.  I've not tested this on R3, but it should work.

Have fun!

Sidney Cammeresi
cammeres@uiuc.edu

