Thanks Ben,
So, if I am not selling the source of my library, all I need to do is to send the developer(s) the PRC file and the ONLY header file which defines the interface to my library (the declaration of the function that can be called from outside the library).
The developer just needs to install the PRC file on the device, include the header fine in his/her project and he/she is good to go right!
Ben, is sending the PRC file secure enough? I just wanna make sure that my code in the library is secure that way!
No, PRC files aren't secure. The code is readable in 68K assembly; if it were not, it couldn't be executed on the device. It you want to try to copy protect the library, there are papers on that topic available online.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
