sdk

C++ Compile problem with WinHttp/Windows SDK

Trying to compile a sample http class with the SDK, and getting some strange link errors... I am sure its something to do with a missing option, or directory... I am no expert in c++ as you can see, but looking for any assistance. I included my sample class. I also did install the Windows SDK. If you need any other information about ...

Getting the local iPhone number through SDK

I am looking for a SDK API to retrieve the device's local phone number from the SIM card. Is there a way to do it? Thanks. Mike ...

iPhone RSS thumbnail

I have a simple RSS reader. Stories are downloaded, put into a UITableView, and when you click it, each story loads in a UIWebView. It works great. Now though, I'd like to incorporate an image on the left side (like you'd see in the YouTube app). However, since my app pulls from an RSS feed, I can't simply specify image X to appear in ro...

Is it possible to use the TFS SDK to create, queue and track builds?

I've been googling and can't find any solid examples how this is done, or if it even can be done. I assume it can. Can anyone point me in the right direction? So far I've been looking under the TFS namespace documentation on msdn. My goal is to be able to fully automate and track our builds in TFS from an intranet web application. ...

Undefined reference to 'sqrt' from math.h on PS3 with YDL 6.1 and Cell SDK 3.1?

I have a PS3 that I've installed YDL 6.1 and SDK 3.1 on and everything seems to be working fine, as I can compile and run the examples. However, I've run into some problems with writing programs of my own. I've created a small test case that seems to pinpoint the cause of the failure. I have the following code: // mathtest.c #include <s...

iPhone: Extending the Utility Template

Extending the Utility Template I'm working with the Xcode Utility template (Mainside/Flipside) and I need to add a new screen. I've added: docView.xib (copy of FlipsideView.xib) docView.m docView.h docViewController.m docViewController.h In rootViewController.h I added: UINavigationBar *docNavigationBar; docViewController *do...

Free JPEG2000 Library or SDK for de-compression

I have written code to compress and decompress image files using a proprietary SDK for transmission from an aircraft via satellite. Unfortunately a license must be purchased for decompression as well as compression. Until now my applications have been mostly used in-house so I can keep track of the licenses and distribution. Now I need...

unresolved external symbol _CLSID_ScenicIntentUIFramework with GUID

I'm trying to build a ribbon app in visual studio and I got that linker error. After looking through the headers, I noticed that CLSID_ScenicIntentFramework is defined as extern const CLSID. The think is, I can't seem to figure out which library I need to link to (or other header i need to import?). I'd really appreciated some help too....

use accented characters with quickbooks SDK

Using the Quickbooks SDK QBFC 7.0. When I attempt to get a list of all customers in quickbooks, if any of the customers have an accented character in their name like è then I get an exception: An Exception occurred! Type:UTFDataFormatException, Message: invalid byte 2 (<) of a 3-byte sequence. SAXParseException: error ar line 1, colum...

Is there a COM or .Net SDK for Rational Rose?

Is there a COM or .Net SDK for IBM Rational Rose? I need to access information stored in Rational Rose (that the unisys XMI Export add-in does not expose) - I have tried searching a few times but just kept finding references to the java SDK rather then an SDK for rational rose itself... does anyone know if such a thing exists? Ideally ...

Support for Printer programming

Hi, Does anyone know a community where one might find answers relating to printer driver programming? I know it's a bit general, but I'm stuck with a particular SDK and the manual is just really bad. For reference, I'm working with an Epson SDK, and I can't seem to find the a "developer's forum" on their website anywhere. Please don'...

What are the recommended system reqs for the iPhone SDK emulator?

I know that the iPhone SDK requires Leopard, i.e. ~900mHz G4+ w/ 512MB RAM. And I've used XCode in the past, so I have a good idea of how that performs. But I've never used the iPhone emulator included with the SDK, and I'm wondering what kind of CPU/memory resources it needs to run smoothly. I would just download it and see for mysel...

Help! error C2040: 'HWINEVENTHOOK' : 'DWORD' differs in levels of indirection from 'HWINEVENTHOOK__ *'

I'm compiling my application on a new box (vista 64) and now it doesn't compile anymore. The compiler gives me the error in the title. The problem seems(?) to be that HWINEVENTHOOK is defined twice in windef.h #if(WINVER >= 0x0400) DECLARE_HANDLE(HWINEVENTHOOK); #endif /* WINVER >= 0x0400 */ and then in winable.h it's #if WINVER < ...

iPhone SDK: Inserting and updating a UITableView with a new row

Hi All, I have a tableView that needs to be updated after information has been inserted from another view. If I perform a [self.tableView reloadData]; The very next time I insert more information in another view and try to reload the table, all the currently visible rows are duplicated. In other words, when I start up the app I have...

Help to insert a new section in a TableView

Hi, Everyone keep writing about deleting a section. Well, I can't seem to get one added. Currently, I am trying like this (which fails with NSInternalInconsistencyException): UITableView *tv = (UITableView *) self.tableView; if ([tv numberOfSections] == 1) { [tv beginUpdates]; [tv insertSections:[NSIndexSet indexSetWithInde...

Are there any good resources for microsoft multipoint sdk development?

hi guys, i just manage to get myself in a tight spot, it seems our company is playing with the idea of developing a microsoft multipoint app, and the funny thing is that we're not really much of a .net developer, as we're mostly just LAMP guys with Perl. and to top it off, i need to provide some estimate to my boss about how long develo...

What are the VS SDK 1.1 MSI Installer Properties?

My problem is this: I am getting a TFS build failure that I have tracked back to what appears to be a missing Registry key under SOFTWARE\Microsoft\VisualStudio\9.0Exp. This machine had the VS SDK 1.1 installed via a command line: msiexec vsski.msi So, I am guessing that I need to pass some properties to the msiexec to tell it that it ...

How to implement Windows Live ID Actions with ASP.NET AJAX

OK, so I'm working on an ASP.NET webapp with AJAX and the Windows Live ID SDK. I've successfully gotten it to authenticate via Live, however... The Windows Live ID spec indicates that I have to look for request headers "login", "logout", and "clearcookie". The recommended code samples include a Response.Redirect, which doesn't seem to...

NSDictionary or NSObject with NSStrings as properties, Which is Better?

Which is better approach between use of NSDictionary and NSObject with NSStrings as properties, in terms of faster performance and efficient memory management, if the code is written for an iPhone application? E.g. If an application deals with parsing an XML file which is as follows: < ?xml version="1.0" encoding="utf-8" ?> < FirstNa...

Develop Print Driver

I need to develop a print driver to print from any application into a TIFF file. Does someone know of resources or a good SDK vendor that would enable me to do that? Environment is Windows, any language. ...