Hi Mark, > Just a quickie this time: does anyone know whether AppForge > supports the > creation of libraries?
AppForge has something called a "Fuser" interface that is a cross-platform (Win32, PalmOS, PPC) method of calling a third-party library from inside of an AppForge application. This allows you to call a shared library from PalmOS. However, to create a shared library, you can't use AppForge. It doesn't support it. If you're a C coder (or willing to learn) then you can create shared libraries with CodeWarrior or any other tool with this capability. Unless you have a lot of time invested in AppForge, you might want to see how NSBasic handles this situation. At the moment, I'm wishing I had gone the NSBasic route for development over AppForge - we're in the process of porting all current development away from AppForge. HTH! - Tony ======================================= Tony Goggin, Technical Director Salamander Technologies [EMAIL PROTECTED] http://www.salamandertechnologies.com ======================================= -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
