Re: Questions regarding Carbon framework using C++
Re: Questions regarding Carbon framework using C++
- Subject: Re: Questions regarding Carbon framework using C++
- From: Mike Cohen <email@hidden>
- Date: Wed, 17 Oct 2007 09:00:50 -0400
If you're developing a new application, DON'T use Carbon. Use CoreFoundation (which you're already using with CFHTTPMessage) or Cocoa. Many of the latest APIs aren't available in Carbon.On Oct 17, 2007, at 3:43 AM, Ulhas Morbale wrote: Hi there, I have some questions regarding carbon framework using C++: As i am newbie to Machintosh(MAC OS X 10.4.1) I am unable to get exact idea about it. 1. How to download large data file(such as audio file up to 10MB) from web server using CFHTTPMessageCreateRequest(). Its working fine for image files & text files having less data (about 4KB), as i have a buffet of size buf[2048]. How can I accomplish the large data download using callback() function & how to do it? Any tutorial/code/APIs will be greatly appreciated. 2. I want to communicate between flash & C++(which is container app for swf), the data(in string format) transfer should be vice-versa i.e. from C++ to flash & from flash to C++. How can I do this? Any APIs to complete this functionality such as ExternalInterface/XMLSocket/SharedObject etc.? Which will be the best? Is it possible to communicate with the flash of the web-site directly from C++? 3. How to detect devices connected using Blue tooth to the system. After detecting I want the whole Info(like model, memory, IMEI etc.) about the device for transfering large data to and forth from it. Any APIs/Headers/tutorials/articles to accomplish it are greatly appreciated. Whatever type of help is much appreciated. Thanks in advance! Many thanks, Ulhas |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden