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
|