Re: Making a C++ bluetooth class based on the C methods in IOBluetootUserLib.h
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728) internal link edit command failed: Tool:0: __Z48IOBluetoothDeviceInquiryCreateWithCallbackRefConPv #ifdef __cplusplus extern "C" { #endif #include <Bluetooth/Yadayada1.h> #include <Bluetooth/Yadayada2.h> #include <Bluetooth/Yadayada3.h> #ifdef __cplusplus } #endif I tried that didn't help. begin:vcard fn:Brian O'Brien n:O'Brien;Brian org:Foothills Hospital / University Of Calgary;Seaman Family MR Research Center adr:;;1403 29th St. NW;Calgary;AB;T2N 2T9;Canada email;internet:bobrien@ucalgary.ca title:PACS System Manager tel;work:(403) 944-1637 tel;fax:(403) 270-7907 tel;home:(403) 770-0228 tel;cell:(403) 471-9459 x-mozilla-html:TRUE url:www.imaginginformatics.ca version:2.1 end:vcard _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com 2) I added IOBluetoothUI.framework and IOBluetooth.framework to the project however I'm having linking errors: I'm not sure, but this looks like a mangled name. What happens if you put your all C #includes in in extern "C" wrappers like this:
participants (1)
-
Brian OBrien