Hey thanks alot it works now. > You could always use Palm's shared library mechanism, which does > something very similar, except the details of function dispatch are > hidden from the user. > The shared library does sound cleaner. However, the details of function dispatch arent hidden from the creator in this approach. The assembly in the Palm sample apps looks a bit hairy, I'm more of an x86 guy myself. Is that code doing basically the same thing as my structure of function pointers? Further, I've heard the newest version of CW has a library wizard. Does CW take care of the details? Also, what about efficiancy, is there a noticable difference between the two methods?
> My guess is that its failing because SysLibFind isn't actually being > passed the right string. Since code resources have no data segments, > you need to make sure your string "Serial Library" is stored in the code > segment. To do that in CodeWarrior, go to the 68K Processor panel for > the code resource and make sure "PC-Relative Strings" is turned on. Good guess. Thanks, Mike -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
