Re: Backward compatibility & Bluetooth
On Tuesday, January 21, 2003, at 11:37 AM, Robert Grant wrote: I've got an app to which I'm adding bluetooth, but I want the app to be compatible back to 10.1. Is there a way in which I can use the IOBluetooth.framework if it's available and not if it's not? I don't think this is possible without creating two separate apps, but I thought I'd ask... Your best bet is to put all of your Bluetooth code into a loadable bundle. Then you can choose whether to load the bundle or not either based on the OS version or based on a check for the IOBluetooth.framework. - Eric _______________________________________________ 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)
-
Eric Brown