|
| Re: problem with Feature manager |
 |
Mon, 25 Sep 2006 11:47:25 -070 |
Hi,
The Palm OS 5 Simulators do not support Bluetooth. The Cobalt (Palm OS 6)
does, but you need serial BT hardware. This should work on a real device
though.
Regards,
Peter
http://www.whizoo.com
Contractor for hire (PalmSource Certified Developer)
Source code available for all apps
Bluetooth Developer Kit for Palm OS
BtSerial Pro - Serial Port Client for Palm OS
BtSerial - Bluetooth Serial Port Client for Palm OS
BtServer - Bluetooth Serial Port Server for Palm OS
Net Sync - Programmatically manipulate network settings
RegCode - Add registration code support to your app
|
| Post Reply
|
| problem with Feature manager |
 |
Mon, 25 Sep 2006 17:08:21 -000 |
I am writing an appln on palm OS emulator. I am using metrowerks codewarrior for
Palm OS. My appln is error out at:-
if (FtrGet(sysFileCBluetoothExt,btComponentFeatureID,(UInt32
*)&btExtHandle) || btExtHandle == 0)
{
return((Err)-1/*btErrMissingFeature*/);
}
I don't have any idea why it is erroring.
Can you tell how to use sysFileCBluetoothExt, btComponentFeatureID and what is
the soln.
Thanks
Manju
|
| Post Reply
|
|
|
|
|
|
|
|
|
|