File: Tracker-Add-on-Example.zip Author: Peter Hinely Tracker add-ons are tremendously handy, but they can be dangerous to the health of our dear friend Mr. Tracker. The reason for this is that when a Tracker add -on is invoked, it is run in the address space of the Tracker. Thus a Tracker add-on that contains bugs can cause corruption in Tracker's "mental" state. This makes the Tracker susceptible to memory leaks, pointer mis-manipulation, and any other bug in the add-on. Fortunately, there is an easy workaround: By migrating the functionality of the Tracker add-on to a separate application, the stability of Tracker is not jepardized by bugs in the add-on. The included code example illustrates how to implement this idea.