Re: Using Bluetooth in C
Re: Using Bluetooth in C
- Subject: Re: Using Bluetooth in C
- From: Marco Pontil <email@hidden>
- Date: Mon, 22 Sep 2003 08:48:34 -0700
You need the IOBluetooth.framework and (if you need UI components) the
IOBluetoothUI.framework. They are both in /System/Library/Frameworks.
I noted the you intend to write an command-line application, so be
aware that many of framework API need to run on a runloop environment.
... Marco
On Sep 21, 2003, at 5:30 AM, Robert M.Zigweid wrote:
I have been going through the bluetooth documentation and doing some
experimenting with the bluetooth API in C. However, the immediate
problem that I seem to be having is that when I go to compile my
simple commandline application, I get unresolved symbols. Which
library is meant to be linked against? libIOBluetooth does not seem
to exist on my systems anywhere that I can find.
Thank you in advance,
Robert
_______________________________________________
bluetooth-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/bluetooth-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
bluetooth-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/bluetooth-dev
Do not post admin requests to the list. They will be ignored.