On Sun, Jun 15, 2003 at 09:06:51AM -0400, Alexander R. Pruss wrote: > Is there a way to specify the entry point to an armlet? With the way things > are currently set up, it looks like the armlet enters at the first function > in armlets/search.c, whatever that function might be called. I found this > out the hard way when I added a second function and put it before > NativeFunction().
Nope. NativeFunction() is significant as a starting point just as PilotMain() is in 68k land. There are two ways to do what you want to do. The first easy way is to create a second armlet altogether. The second involves alerting the entry point but its a slightly more complicated and a little beyond my experience. There is one program that I know of that did accomplish this.. that's the zlib armlet port. Download the code at http://www.copera.com/zlib-armlet/ -- Adam McDaniel Array.org Calgary, AB, Canada _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
