On Sun, Jul 02, 2006 at 10:42:56AM -0500, Stephen Lime wrote: > Is there any issue with the error/warning functions that may be pointed > to? Can different > subsystems use separate functions at the same time?
One issue is surely that you *need* to provide them, or the code will segfault (I should probably provide a default handler instead). About different subsistems the answer is NO, the handlers are global functions, so only two different processes can use different handlers. --strk; _______________________________________________ geos-devel mailing list geos-devel@geos.refractions.net http://geos.refractions.net/mailman/listinfo/geos-devel