I am trying to use LZMA SDK to compress a file in my program. I have download the SDK but I don't know how to use it. Can anyone tell me what steps I need to take to make this work? Any help would be highly appreciated
I am almost a newbie to C and C++ world
hi,
i have downloaded WSDLObjC-0.6 from google to enable SOAP webservice in IPhone SDK.But is is as App file,how can i integrate that file to iphone SDK and to use SOAP webservice?
Any help please?
i'm trying to install the adobe air sdk in linux. i unzip the package downloaded from http://www.adobe.com/products/air/tools/sdk/ into a folder "AdobeAIRSDK", and add the /bin folder into the PATH environment variable. but when i tried to run the adl, it gives me the following error:
Error loading the runtime…
Is the SAP RFC SDK (wdtfuncs.ocx, wdtlog.ocx respectively Interop.SAPFunctionsOCX.dll, Interop.SAPLogonCtrl.dll) an acceptable / recommended way to connect (Microsoft) applications via RFCs with SAP ? Will there be a support and maintenance of the SDK in the future (especially in ECC 6.0) ?
Are there people who…
Hi guys,
Here Im getting a problem when Im uninstalling the Iphone sdk through terminal with the command as:
sudo /Developer/Library/uninstall-devtools mode=all;;
When I used this its displaying the command is not found.
Is there any other method to unistall Iphone sdk?
Anyone's help will be much…
Hello!
I started developing with Titanium and now I really stuck on one part.
I downloaded the Adroid SDK and added the path to Titanium:
/Users/michael/Downloads/android-sdk-mac_86/
I can open e.g. Kitchen Sink in the iPhone Simulator without problems, but when I want to open it in Android then my…
where can i get the iphone sdk 3.1? i want to create iphone applications ut i dont want to enroll in the apple dev. program. i dont need the latest sdk because i dont have a snow leopard but the leopard os only..
Does Apple offer any way to download previous versions of Iphone SDK? I don't want to target lower Iphone os versions but instead install an older sdk.
I am running Mac Tiger on my VMware, trying to install iphone SDK and Xcode, and then I found out I have to have leopard in order to be able to develop for Iphone. I was wondering is there any Iphone SDK and Xcode for MAc Tiger 10.4 ??? many thanks
Dear All,
I've download Windows 7 SDK which was downloaded at the time of the beta release. Now I upgraded to RC and trying with some Direct2D samples. But I can't create the factory pointer using D2D1CreateFactory API. It's always returns NULL. Even the samples downloaded from MSDN is also not…
Please suggest me to achieve the below requirement using iphone SDK.
1) Programatically Dial a Phone Number through the iPhone SDK
2) Send additional DTMF after the number is called.
After googled found tel URL scheme is available to make a call. Not sure about sending DTMF tones. Please help…
hi,
can anyone please confirm if android development is not yet supported on windows 7 x64?
i downloaded the sdk but when i tried to launch the sdk and avd manager it fails to launch
thanks
Hi, I'm trying to use the facebook js sdk to develop an app, but I found the there is 2 version of the sdk, my question, is what is support with the new and what w=not? and if the xdreceive.htm is still needed for the new version, I have read the docs and still can't understand this, can someone…
Hello,
after having installed XCode 3.2.3 with iPhone SDK 4 (Seed) on OSX 10.6 there is no SDK 3.1.3 more available. Is there any possibility to reactivate it?
BR
Sven
I'm attempting to log a user out of facebook with the Facebook JS SDK, however calling:
FB.logout(function(response){
console.log(response);
});
returns:
response.status == "connected"
And only after refreshing the page does the SDK realize that the session has ended. Anyone know what…
Hi All,
I downloaded latest SDK xcode_3.2.2.2_and_iPhone_SDK_3.2_final.dmg from apple site. I uninstall the old SDk and double click the .dmg file then i got a popup stating that "The following Disk Images couldnt found" and "xcode_3.2.2.2_and_iPhone_SDK_3.2_final.dmg
is not recognized".
I…
I recently downloaded the iPhone SDK 4 along with Xcode and neglected to install 3.0 and 3.1. I've since deleted the install package. I of course can re-download the whole package, but for future reference, I wonder if you are able to download individual SDK versions separately and…
David Planella wrote in his answer to a question I posted that:
...the recommended way to develop apps for Ubuntu is the Ubuntu SDK.
So I installed it, but looks like the supported programming language is C++. Does it mean I will need to know C++ to develop a new application…
I using ant exec task to execute xcodebuild to build some iOS projects hudson. I would like to be able to crate script that way that allows not to specify sdk version, because after updating sdk on hudson slave or my iOS projects all my projects failing....
There is is nice…
I have already coded most of a Firefox add-on using the Add-on SDK API. I am now discovering that Add-on SDK might not be powerful enough for my purposes. I need two things:
A drop down button in the toolbar next to the location bar.
To modify the add-ons manager in firefox…
I am trying to display two buttons called countd_again and main_menu after my enterframe event is over. I can't see those buttons after enterframe event is over,though. Can you check my code,please? And also i want to add new addListener for the…
I update some cells of an Excel spreadsheet through the Microsoft Office OpenXML SDK 2.0. Changing the values makes all cells containing formula that depend on the changed cells invalid. However, due to the cached values Excel does not…
Can anyone provide an explanation for the following phenomenon?
As of the iPhone Device 3.1 SDK, I've found that if a UITableViewCell is of style UITableViewCellStyleValue1 and its detailTextLabel.text is unassigned, then the…