sdk

Are there any generic C++ APIs or SDKS for cameras that work on CE and Win32

I have a mobile application with versions run on TabletPCs (Win32) and Rugged PDAs (Windows CE, Windows Mobile 4 & 5). Are there any SDKs out there that I can use that will work with a range of cameras across these operating systems? On Windows CE I can use SHCameraCapture which will work with built in cameras, but typically not with e...

Iphone Developer Program

Well im on the edge about paying $99 dollars to join the Iphone Developer Program, I have the sdk, but im wondering if the program comes with programming lessons or tutorials, If it doesnt do any of you know where i can learn to make game with opengl es for the iphone/ipod touch?? So my main question is where can i get some good tutori...

Sending iphone videos to a server

Hey, In order to be able to send a video taken on the iphone to a server i assume one needs its data, how can one get a videos data? Is there somethign similar to UIImageJPEGRepresentation(UIImage *, ) for images. Thanks ...

Is it acceptable for an API to have documented bad behaviors?

Is it acceptable for an API to have bad behaviors (like segfault, bus error, memory leak) if the condition that would cause the bad behaviors is documented? Or should it always fail "gracefully" in all known conditions? ...

Stop video at specific position using windows media player SDK

Is there a way to stop a video at a particular position using Windows Media Player SDK? I am using C# for embedding the player and trying to see if the IWMPControls3 Interface has any stopping capability at a particular point in terms of position or time. If it can be done, then how to do it? ...

Implement sms scheme function in iPhone apps

hi, is there any code on how to implement the sms scheme in iPhone apps. in addition, implementing this sms scheme will allow my apps interact with the sms apps ma like doing subscription of advertisement or services ? any help, i truly appreciated it. Cheers ...

iphone warning libsqlite3.dylib is not of required architecture?

I'm writing an iPhone app which seems to run fine on the simulator, however when I try and run it on the device I get a libsqlite3.dylib, file is not of the required architecture error. I'm using os 3.0 on a 3GS. Any ideas on what could be causing this? Thanks! ...

Create Video out of image files?

Hello folks; Im trying to make a video out of a folder full of jpeg files. I tried google, and everybody is stucked with this. I have downloades de WM SDK and the Encoder, but since the moment I dont know their object model I cant do much. Does somebody here have some code WORKING about how to create a WMV or an AVI or a MPEG video fil...

Expression Encoder properties not correct

I am using Expression Encoder SDK in Microsoft Visual Studio 2008. I have been trying to get a feel for the sdk and been experimenting with the dlls. The problem I am having is every MediaItem I create does not get the properties right. I print out the video size, frame rate, ect and most of the properties are not the same as the video c...

iPhone SDK NSUserDefaults not saving correct values

I could use some help. After a few frustrating days of trial and error, I'm getting inconsistent results writing preferences to NSUserDefaults. Here are the consecutive lines of code: NSLog(@"startTimer(): End Time defaults: %f\n", [defaults floatForKey:kEndTimeKey]); NSLog(@"startTimer(): new End Time: %f\n", endTime); [defaul...

IPhone SDK: Wrappers, Delegates, and Data - OH MY!

I'm writing a wrapper for another library and I would like to know the BCP for receiving the data returned via the delegate and returning that response to the instance that called the wrapper object. // Original_Instance.m BOOL example = [wrapperInstance getSomeData]; // Wrapper_Instance.m [self thisWillReturnDataToTheDelegate]; retur...

Can a text field in an iphone interface open up the search/auto-suggest interaction?

Hey All, I'm designing an iphone application from a designer's POV so I'm unsure about some of the more complex interactions in the iphone SDK. Curious if anyone knows if this is possible: I noticed that most text fields will open up the keyboard without any auto-suggest going on. I'm wondering if its possible for the textfield to open...

How to obtain OpenCL SDK?

I was perusing http://www.khronos.org/ web site and only found headers for OpenCL (not OpenGL which I don't care about). How can I obtain OpenCL SDK? ...

Save a picture from the user on the iPhone?

Hi, I was wondering whether the following scenario is possible; let's say a user draws his own drawing (including text and lines) over another, could the result be saved and then uploaded? Thanks in advance! ...

Iphone sdk tabbar View outlet was not set

I'm about at the end of my rope with this freaking project!!!!!!! I have a UIViewController class that is linked to a nib that has a tabbar controller with 2 tabs. Both tabs load nib files. When I compile I get an error: -[UIViewController _loadViewFromNibNamed:bundle:] loaded the "MainViewController" nib but the view outlet was not se...

Tabbar not able to access Navigationcontroller

I have a navigationController app. I push a tabbar onto the view. Tabs are working title is changed, perfect. Now one of my tabs has a list and I try to link out to a child page within the tabbar: NextViewController *nextController = [[NextViewController alloc] initWithNibName:@"ProfileDetailController" bundle:nil]; [self.navigationCon...

How do I get started with developing for Android without an Android phone?

More or less as it says on the tin. Before I even contemplate downloading the SDK, I was wondering if there was any way of testing Android apps that I'd write without an Android phone available to me? I'm unsure as to whether or not the tools that come with the SDK come with an emulator like VS does for Windows Mobile. Sorry if this is...

iPhone SDK: EXC_BAD_ACCESS with CFRelease for ABAddressBookRef

Hi, there's very strange error with my code.. In fact, there's no errors at all, just debugger starts with "Program received signal: “EXC_BAD_ACCESS”" message. Can anyone help me? I'm absolutely confused... Thank you. -(NSString *)fullNameForPhone:(NSString *)ph withAlternativeText:(NSString *)text { ABAddressBookRef addressBookRef...

Any OSTN02 libraries for Windows CE

I'm looking for either some C or C++ source library, or DLL or static libraries that will include Windows CE/Mobile verions, to convert between WGS84 geodetic coordinates and the OSTN02 grid and OSGM02 datum. For the Win32 platforms I already use the Quest libraries, but they have nothing for CE based platforms. I have looked at the Bl...

iPhone- Multiple pages

I have a view based app going here with 3 different pages, I can't for the life of me get all the pages linked together correctly or completely. Its just a home page with 2 buttons linking to the first and send page.... then back to the home page. I have a mock up of what I am working with if someone could look at it and tell me what...