Hello Everybody,
I got a palm specific dll file (testdll.prc) that I need to use from my Codewarrior project. How/where do I specify about that dll file in CodeWarrior? I have not been able to link the dll file with my project yet. Is there anything special about palm dll handling that I need to know, or it is just like working with dll files in Pocket PC?
Palm OS shared libraries are very different from Windows DLLs. You don't link directly with them, you just install them on the device along side your application. To call the shared library, you'll need a header file provided by the shared library author that defines the prototypes for the system traps for which the library will install itself.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum 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/
