For the following call in my code,
error = HsGetPhoneLibrary(&refrnceNum);
I am getting error "function has no prototype"
This function is in the HsExt.h header file at the following path:
C:\Program Files\Metrowerks\CodeWarrior\Palm OS Support\Incs\68K\System
Isnt my 'Libr' app supposed to find it by itself?
If HsExt is really in that folder, you've got a real problem with the way your Palm OS SDK and the Treo 600 add-on SDK are setup on your system. The Treo 600 headers should be in a separate folder, with an access path pointing to that folder. My standard location for dumping the Treo SDK with CodeWarrior is
CW for Palm OS Support\(Other SDKs)\Treo600
Are you actually #including "Hs.h" in your code? That's needed to pull in the full set of Handspring Treo 600 SDK headers.
-- 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/
