> I have written a Shared Library ( .LIB file ) for Palm OS . We are >trying the load the library by calling "SysLibLoad" in an application . >Its not able to >retrieve the reference number of the Library . >... > Is it that because the application is running on the SD Cards .
Yes. VFS cards are not the same as internal memory. You'll have to copy your shared library into internal memory before calling SysLibLoad, or else set the "bundled" bit. You really need to read the documentation on VFS in the "Programmer's Companion" book, particularly the chapter "Expansion". -David Fedor Palm, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
