I'm trying to compile some code from a Windows API. It says that certain .lib and .h files must be included in the version of the Windows 7 SDK I am using. Visual Studio shows the .h files, but gives linker errors (L2019) when I try to build the project.
How can I check what version of the Win7 SDK I have, and how can I see if it includ...
The original version of my app contains a UITableViewController that is pushed onto the screen when it is called. In my updated version, I have replaced that view with a regular UIViewcontroller that contains a tableView so that I can have a few graphics above the tableView, and it looks a lot better.
However, I'm having a lot of troubl...
A couple of friends and I are working on a project for our final thesis that will run in the Iphone, and we're looking at the prospect of purchasing an Apple Developer Program License.
I'd like to know if we could purchase a license between the three of us, and still be able to deploy to the iphone individually. That is, each of us wo...
Hi All,
I have to implement facebook login and also want to get logged in user's information like birthday, firstname, Email address.
I have already done some other stuff like recent activities etc of facebook using javascript SDK of facebook.
i am developing application in ASP.Net (C#).
How can i get user information, Please provid...
How to I make a red number indicators without any number inside it ? Or anyone have any ideas that help user know if the App is running on background or not ?
Thanks for helping me
Tung Do
...
I've been breaking my head for the past two days searching and trying some of my own solutions. I placed a UIBarButtonItem through IB with an image in the top bar to act as a mute/unmute button . Everything works except the image doesn't change. I used the following code and it compiles but no change
if( mute == YES ) {
UIImage *unm...
Hello All,
Im writing an app that I would like to display different views based on orientation. For example, if the device is portrait load pView, if landscape load lView. Below is the code ive currently tried.
- (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)
interfaceOrientation duration:(NSTimeInterval)durat...
Hi
I'm trying to associate an SQLite3 database file with our app so that it's easy to open backed up database from an email. The following however does not seem to work as Mail still doesn't recognizes the file (on an iPad and iPhone 4):
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
...
I just updated to iPhone SDK 4 and am trying to debug on my device with 3.1.3 installed. Before the update, I compiled with Base and Active SDK set to 3.1.3 and all was well. After the update, I'm limited to SDKs 4.0 and 3.2--setting the base to 4.0 and iPhone OS Deployment Target to iPhone OS 3.1.3, I'm able to build and install on my 3...
how can i turn on/off sound in iphone sdk using UISWITCH button ?
...
I have a trouble with Interface builder: I downloaded the iPhone SDK 4 but Interface Builder doesn't work: when I open it, it close immediately. What can I do???
...
Hi group members,
I want fetch all phone numbers from address book and i want to store in one array.
For that am writing this code,but am getting this error at second line Program received signal: “EXC_BAD_ACCESS”
ABRecordRef person;
ABMultiValueRef phoneNumberProperty = ABRecordCopyValue(person, kABPersonPhoneProperty);
NSArray* phon...
Is it possible to add a spell checker tool in an SDK, for example "MS Developer Studio 97" that office (or other word processing tools) uses?
Thanks,
Sun
...
Hi,
i'm trying to get started with the iPhone development and viewing the Stanford iPhone talks from iTunes U. In the first demo they added Class Actions and Class Outlets to an Object. Since they used SDk 3.1 and I have 4.0 things differ a bit. I don't have these elements they have there. I looked but I didn't find anything similar.
H...
I am currently working on a navigation based app which uses third party maps. I use a lot of tiling. Though the maps are of very high resolution, I estimate an average of 6 tiles each of 256 * 256 pixels loaded . I might refresh the tiles like once in five minutes. I am currently using UIScrollview + tiles...
Should I really switch to O...
I am a newbie working on my first app. I have successfully built an app that needs a few minor changes in 3.1.3. Can I upload the app to Apple in this build or do I need to port it over to 4.0. Because when I port it over to the 4 sdk, it crashes right after launch. It's a simple mad libs type of app with animations. I have been pouring ...
Making my app over two weeks. But only now I received a message in debugger:
Accessibility Status Changed: On
Loading AX for: com.yourcompany.XXXXXXXX
What is it? Am I doing something wrong? And if I'm not - why I received that today?
...
Hello Guys, I'm searching for a Code, which can Download MP3 Files via Webview to a Folder on my Device. These Files should be listed on a Second tab, where you can delete them, if you want.
After a long while of searching I've found this:
http://pastie.org/pastes/833713
It looks, like an IPA Download Script and I want to use it, but ...
Hi,
This question is related to Iphone SDK, NSData and UIImage.
I am trying to create an image from the Avatar Data returned from the xmpp like the following:
<presence from='[email protected]/spark' to='[email protected]/424978324712783686768453' id='Oj02v-45'><status>Away due to idle.</status><priority>0</priority><show>away</show><x...
I'm trying to compile someone elses C++ program using VS2005 on Windows 2003 (SP2).
The compile fails because it can't find iads.h
Which SDK should I install to get this header ?
When I install the SDK is there a danger I might break something already in use ? As far as I can tell the W2003 has no SDK's installed but if it did would i...