> Ben Combee: > Palm OS shared libraries are done using the "Palm OS code resource" type > (in V7/V8) and the Palm OS shared library type in V9/PalmOS68K > linker.
I don't see a "Palm OS shared library" 68k Type in V9 -- just "Code Resource", "Static Library", and "Application". For my ExgLib, should I just create a "Code Resource" and give it a type of "exgl" (since Matt found that "libr" is not used by ExgMgr)? If so, how is __Startup__ used? Again, the HostXfer isn't a great example as it has that function commented out. I presume that I simply get rid of StartupCode.lib from my project and have my own __Startup__ function that calls my DispatchInstaller and then something in the OS will automatically call that function at the appropriate time (like after the lib is first sync'd onto the device)? When I tried this, I couldn't debug the library in CW -- it gives an error: "Can't debug the executable because no appropriate debugger nub can be found". I appreciate the tips, but if anyone could provide a CWproject or description of a plain ExgLib in canonical form (not like the convoluted HostXfer example or plain appl with exg entry points), on or offline (freundj at pacbell dot net), I'd certainly appreciate it. -Jason -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
