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 | bluetooth-dev@lists.apple.com 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 | bluetooth-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/bluetooth-dev Do not post admin requests to the list. They will be ignored.
participants (1)
-
Marco Pontil