On Thu, May 24, 2007 at 06:05:43PM -0400, Peter St. John wrote: > would it be feasible to compile the array into a DLL? In Linux, DLLs don't really do that. I think you'd have to coerce it into being read-only data, and that's simply not simple. -- greg