sdk

Building TASM32 SDK?

I just downloaded Embarcadero Delphi 2010 (the trial version). tasm32 and the related stuffs (ilink32, implib, impdef, etc) are still available in it. Still they lack header files and import libs, but fortunately that can be solved by win2inc, implib, etc. The final result can be called TASM32 SDK (in a similar way like MASM32 SDK do). ...

Twitter API Problem iPad .

Hi , iam using TwitterRequest API for my ipad app's twitter client ! but i don't know why application going to crash after user tap the tweet button and debugger doesn't detect any bug !!!! i use this tutorial : http://icodeblog.com/2009/07/09/integrating-twitter-into-your-applications/ but it seems doesn't work on SDK 4.0! any solu...

Is there a way to export Xcode project and consolidate its resources.

Hi, I have an Xcode project that uses hundreds of resource images. I have, accidentally, not copied about half of them into the project folder. Is there away to export my project and copy/consolidate the resources to a new project folder? Otherwise I have to individually copy and update the files manually. Thanks. ...

Warnings that never go away

Hi, When I build my project, I get some warnings about some missing files, but I don't really know why ... Most are from SDK, but there's one very strange: ld: warning: directory '/Volumes/Skiiing2/CD/ViewBased/Unknown Path/System/Library/Frameworks' following -F not found ld: warning: directory '/Developer/Developer SDK 3.x/Platforms...

SDK for fingerprint matching

I am looking for SDKs which can do finger print matching. Rest of my code is mostly in C so I prefer if the SDK has C API's. Also it would be great if the SDK is free. Does anybody has experience with these SDKs and recommend any particular SDK? Also, while looking in these SDK what are the important features I should concentrate? ...

Flip view question

Hello I'm new with the Apple SDK and I've got a question about a flip view ... I have the following structure [main] -[tapbar] -- [View 1] --- [Scrollview] ---- [View 1.1] ---- [View 1.2] ---- [View 1.3] -- [View 2] -- [View 3] The subviews in [scrollview] have a button that will show a new view but flipped. I used the ...

How do I know that the Soundpool is ready using SDK target below 2.2?

This question is related to this one. I managed to modify my code to use SoundPool instead of AudioManager. Know it works more or less. public class Sound { private static boolean sound = true; private static final int EAT_SOUND = 1; private static final int SHORT_EAT_SOUND = 2; private static final int EAT_CHERRY_SOU...

Problem in file download on Ipad

Hi all, I have an app in which I download file using NSURLConnection class object and the code works well on the iphone device 3.0 but when I run the same code for a different build on iPad it doesn't. So I want to ask are there any changes have been done in iPhone OS 3.2 related to NSURLConnection or something else is the prob. Here ...

Page flipping sample code

Hi guys, Is there any sample code available for flipping a page like stanza and iBooks? Any help would be appreciated. ...

Building for Bugs

How do you handle a bug in a specific SDK version in a released application? Say for example I've reported and received notification that a bug is known in a specific version of an SDK. Say the SDK engineers fix the problem in the next release. Do I then need to check if the user is running the buggy release and display an error message ...

Digital Persona Windows SDK problems!

Hi All, I am trying integrate DP controls into our application and I have noticed few issues in the SDK and I hope somebody out there will be able to help me out. When the application is not focused, it's not triggering the "OnFingerTouch" Event or any other event. I found it very slow when I tried to use 3000 fingerprints. I have t...

Problems adding more than one UIMenuItem to UIMenuController

Hello, I'm using the new customization abilities of the UIMenuController to add things other than "Copy" to the menu for cut&paste into a webview. What I do is getting the reference to the shared UIMenuController, setting my NSArray of UIMenuItems into the menuItems, and everything work fine as long as I add a single item. For instance...

Xcode and AdMob on iPhone 3.2

How do I fix the following error: Undefined symbols: "_OBJC_CLASS_$_AdMobView", referenced from: objc-class-ref-to-AdMobView in AdWhirlAdapterAdMob.o ld: symbol(s) not found ...

use samsung sdk with c#

how to use samsung windows mobile sdk v2.2 in c# ? ...

Find text from pdf file

Hello friend, how can i find text from pdf file using iPhone sdk and Objective c. I have successfully read pdf file, so please anyone have idea of how can i do like this functionality kindly help me out. Thank you ...

iphone sdk 3.2 to 4.0 nib editing

So I am working on an app that was compiled on sdk 3.2 and 2.2.1, but I have sdk 4.0. When I compile it, I get many build errors "Pattern colors not supported by the iphone SDK for iphone OS versions prior to 3.0" and "setText is deprecated." Furthermore, when I open a nib file and try to change the colors, add in an item from the libr...

OpenGL SDK on Windows

I'm trying to write an OpenGL application so I installed the Windows 7 SDK. However, it appears that it is OpenGL 1.1... #define GL_VERSION_1_1 1 How can I find which version of OpenGL I have installed(*.dll) and where can I find the newer *.lib/*.h files? ...

I get a NullPointerException when trying the Eclipse "Hello World" tutorial

I was finishing up the "Hello World" tutorial in Eclipse (with the ADT plugin) and apparently, you are supposed to rename the string resource "hello" with "Hello Android, I am a string resource". Well, Java.Lang.NullPointerException pops up with four, "An error has occurred. See error log for details." Well, there is NOTHING in the error...

How to import an iPhone Project from XCode 3.1.3 - SDK 3.0 to XCode 3.2.3 - SDK 4.0.1

Hello everyone, I have an annoying situation here: I have updated my mac from Tiger to Snow Leopard, and my XCode has also been upgraded from from XCode 3.1.3 - SDK 3.0 to XCode 3.2.3 - SDK 4.0.1. The problem is: I can't run my projects anymore. The SDK 3.0 can not be found (and I have already read in Internet that there is no SDK 3.0 av...

Android Location Services not posting GPS Location

I can't believe this code doesn't work - because I've written several other apps that use location services like this... but apparently I've missed something and I can't figure out what it is. Any help would be greatly appreciated... My output log check for the tag "GPS" just shows the following: 07-19 05:50:34.567: DEBUG/GPS(4883): L...