Re: Device discovery using C/C++ + OBEX problems
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com On Jul 5, 2007, at 11:10 PM, b00mer@mail386.com wrote: Mat, Your XCode project is probably compiling against the 10.x SDK instead of whats on your system. Double-click on the project as listing in your XCode project, look in the General tab, look for "Cross-Develop Using Target SDK:" and set it to "Current Mac OS". Its frustrated us here at The Hive many many times before as well. I hope your header changes work. We've made the necessary changes here, they should be available ASAP. Cheers, mat _______________________________________________ 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... Cool. You were right, it works now. So, before it was linking against framework stored in /Developer/SDKs/...? This is somehow confusing, because I've included the reference from /System/Library folder, however I understand why it works that way. Did you make any other changes than correct #imports to #includes, fix the 3rd include and change NSData* to CFDataRef? Nope, I think that covers it. Look for changes in our next Leopard Seed build if you're signed up for it. BTW, you really ought to have some C/C++ BT sample applications, if not for anything else, to test the headers that you publish. :) We test these APIs internally, however, as you probably already know, ObjC is our main focus. We find that language features of ObjC are a perfect architecture for controlling remote devices, delegates especially, much more so than with C/C++ and callbacks. Let us know if you have anymore issues, we're happy to help. Best regards, Boris ______________________________________________________________________ _____ Najhitrejši brezplačni klicni dostop :: Varno in zanesljivo po internetu Obiščite http://www.dialup386.com/ _______________________________________________ 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/mddavids% 40apple.com This email sent to mddavids@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
mat davidson