I'm new to Palm development, but this sounds like a linker error. The fact that you've #included a header file doesn't mean much to the linker. What is btLibRef? Is this a variable you declared in your own code or is it a variable from the PalmOS API? I'm not familiar enogh with the API yet to know all the variables it declares.
Layne On 6/23/05, Jennifer Fell <[EMAIL PROTECTED]> wrote: > Hi, > > I am having this error: "undefined identifier 'btLibRef'". Here is the > original call: > err = BtLibGetGeneralPreference (btLibRef, btLibPref_LocalDeviceAddress, > &address, sizeof (address)); > and I included the BtLib.h library. > Any idea why it's happening? > > Thanks in advance. > > Best Regards, > Jenni > > -- > For information on using the PalmSource Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
