Thanks Ben,
I think this is NOT what I basically want to do. I don't want to sell my PRC file.
What I want to develop and deliver is something like a dll/API.
Just like the "CameraLib" we have at "Metrowerks\CodeWarrior\Palm OS Support\Incs" path. I just want the developers to see the Header file that he/she can include and use. I want to hide the actual implementation of the function.
Is there a way I can create dll or is there any way I can accomplish what I wish to? I hope I made myself clear here in terms of what I wish to achieve!
A PRC file is a shared library which is a DLL. PRC just means resource database -- if it's type 'appl', it's an application; if it's type 'libr', it's a shared library.
The header file exposes the interface. The PRC file has to be there to expose the actual code -- if you don't give that to your buyer, there will be no way to invoke your code since it won't be on the device.
-- 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/
