Re: Device discovery using C/C++ + OBEX problems
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com User-agent: www.mail386.com 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".
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.
I hope your header changes work. We've made the necessary changes here, they should be available ASAP.
Did you make any other changes than correct #imports to #includes, fix the 3rd include and change NSData* to CFDataRef? BTW, you really ought to have some C/C++ BT sample applications, if not for anything else, to test the headers that you publish. :) 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/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
b00mer@mail386.com