Which version of the Windows SDK do I need?
I have a 64 bit Core 2 Duo processor but the 32 bit version of Vista. Also, I want to have the 64 bit libs and cross compiler. ...
I have a 64 bit Core 2 Duo processor but the 32 bit version of Vista. Also, I want to have the 64 bit libs and cross compiler. ...
We are wanting to add support for fingerprint authentication in a .Net 3.5 application. We currently are only using the sdk from Griaule. But this only supports like 5 usb plug-and-play devices. We are wanting to support most readers included with laptops, tablets, etc. Is there a universal way to support many devices? I know there ...
Hey everyone. I am trying to incorporate a simple UINavigationController into my tab bar application. I have the TabBar set as the root controller and all seems to work fine. This method is called correctly and does not break yet it does not change to my detail view. I am completely lost on this one. I followed instructions from this v...
I am looking to add an address book to one of my programs. For that purpose, I want to have something that is flexible and customizable to the point of allowing me to hook up additional metadata to contacts in it from third parties. I don't mind paying for a solution as long as I get something that is usable for me. My requirements: ...
I am getting image data in form of char * (stored on sql server). I want to convert those data to NSData to display image in UIImage view. char * data is a bytearray for source image. how can i convert char * to NSData to display to get an UIImage instance for displaying in UIImageView? Thanks.. ...
Basically, I'm looking for a library or SDK for handling large point clouds coming from LIDAR or scanners, typically running into many millions of points of X,Y,Z,Colour. What I'm after are as follows; Fast display, zooming, panning Point cloud registration Fast low level access to the data Regression of surfaces and solids (not as imp...
in other words, suppose I want to send data, like text, programmatically from a Windows app (such as a browser plugin) to a Flash app running in the browser. Well, conceptually, an example of this might be a Flash instant messenger with a textbox and button "Send"; so let's say I want to be able to programmatically paste the text and pre...
I would like to use my existing objective-c UI layer, but call on a few monotouch functions from objective-c. How can I do that? ...
I am using Amazon SDK. In my ASP.NET application, I am trying to directly stream an S3Object to a client, without loading it via my web server and then sending it to the client. ...
I can't live another day without knowing why this is happening. I have an iPhone application using Corelocation and here is the issue: GPSLocation.m - sends long/lat coordinates which are floats to class UserSettings.m (which is a singleton class) _ UserSettings.m - Then cast the values into a predefined strings from a f...
I have a plist with an alphabetical indexed list of entries. I now want to add a further level so that each entry has a definition text (like a small dictionary.) I need some advice as to how to modify my plist and code to accommodate this. The existing code is below - it's from the Apress book, but I can't seem to modify it for another ...
I have some information generated in the Android Emulator, and the only way I can see to get it out is using the Log class. However, you cannot copy-and-paste from the DDMS log window. This is really annoying as I cannot use the information in another application, for example, without retyping it. Is there a better way to get debug inf...
I'm beginning to learn flex, and it seems that now is right around the time when the sdk is moving from v3 to v4. I'm noticing that there's not much support or tutorials for the v4 sdk, or maybe it's just me. Is it too early to use the v4 sdk? have most people not caught up with it yet? ...
Hi, I was trying to find out any entries in the Adobe's API giving functionality of injecting javascript into the pdf file, but I couldn't find anything. I saw that there are few open source libraries that do that, but I'd like to focus on Adobe's SDK (C/C++). Are there any ways to achieve this? Thanks. ...
Hello..I want to know how to implement bonjour on windows, so that i can set up server on windows and access files in windows(server) using bonjour service from my iphone(client). Can anyone tell me whether we have any java api for windows or any bonjour sdk for windows? Thanks in advance.. ...
When using XCode for writing for the iphone SDK... like a simple function that accepts a text-string URL and visits the website, and returns the HTML... which is better? Use Objective-C and write a "method" that accepts an NSString and returns an NSString. or Use C and write a "function" that accepts a string and returns a string. Ho...
I have been trying to get this to work for about three solid days and get my mind around it. Can someone advise. I have built the basics and they all work great but when I try to do that extra bit I cannot get my head around it. I am trying to build a table of technical terms, from a plist. This is an indexed and sections table by the al...
Hi I am currently designing my second iphone app, and having a small issue. I have the location code working correctly but I have no idea how to send the label with the location info to my server. I was wondering and hoping someone might be able to help. Thanks Russell ...
I've been spending way too long trying to figure out what is going wrong, so I hope someone her can help me out. My Code: - (IBAction)fedDog { NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0]; NSString *path = [documen...
Is it possible for an iPhone app to stay dormant while making some kind of regitration request with the iPhone OS so that it will get "wake up call" at a certain time and become the active app? ...