sdk

understanding EAGLView

I am looking at the EAGLView files from the apple iphone sample code and I am trying to understand how EAGLViewDelegate protocol Note: I have pasted the relevant code EAGLView.h @protocol EAGLViewDelegate - (void) didResizeEAGLSurfaceForView:(EAGLView*)view; //Called whenever the EAGL surface has been resized @end @interface EA...

WM 5 SDK Symbol

We have a large number of Window Mobile Devices (Symbol MC35 & MC70). I want to write a small app that gets the device serial number and simcard serial number (not phone number). I have tryed using the Symbol SDK and I can get the Device Serial Number for the MC70s as they have a Electronic Serial Number Module. But not sure how to get t...

Can I access the visual voicemail files on the iphone thru the SDK?

I would like to access the visual voicemail files that are stored on an iphone. Are there ways to access these files through the SDK? Does anybody have any experience in working with these files? I am assuming that they are files that are downloaded from the network and stored locally on the iphone. ...

how to link two iphone application via a single button

i have two iphone apps and want to they able to switch via a single button, anyway to do this? ...

Frameworks vs. SDKs

What is the difference between a framework and an SDK? Take, for example, the MS platform SDK and the .NET framework. Both have API's, both hide their inner workings, and both provide functionality that may not be quickly/easily accessible otherwise (in other words, they serve a real-world purpose). So what's the difference? Is it pr...

iPhone SDK: Set Max Character length TextField

Hi there, anybody know how I can set the maximum amount of characters in a TextField on the iPhone SDK when I load up the UIView ? ...

What SDK should I use? c++

I have this program in mind that I would like to attempt and create in c++. I am not sure what SDK I should use, Here is the idea: Basically like Facebooks status' or twitter but strictly for your desktop. Window like AIM or MSN would allow you to view your friends and their current status, allow you to comment on it, etc. When someone ...

iPhone SDK: Play a single WAV from a button.

I am currently trying out this code: # NSString *path = [[NSBundle mainBundle] pathForResource:@"dream" ofType:@"m4a"]; # AVAudioPlayer* theAudio=[[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:NULL]; # theAudio.delegate = self; # [theAudio play]; However, the SDK says that the ViewController does...

Mixing Static Libraries of C Code built from different versions of Visual Studio 2002 and later

I have a static linkable library of C and Fortran routines compiled and linked together using the Visual Studio 2002 C (v7.0) Compiler and the Intel Fortran 9.0.018 Compiler. The C code in my library calls and links to the Microsoft C-RunTime (MSCRT) 2002 static libraries (single-threaded). I believe the actual version number of the 200...

PlayStation 2 game development on any console?

I'm interested in creating software/games for Sony PlayStation 2 consoles since they contain powerful processors for graphics (GPUs), floating-point calculations and general CPU. I have acquired a PS2 console and its PS2 SDK v3.07 which, supposedly came with the PS2 Dev Kit (which costs $8,000). I don't have the PS2 Dev Kit console thou...

Develop for PlayStation 3 Linux

I'm interested in developing software for Sony PlayStation 3 consoles which contains a multi-core Cell processor, targeting any PS3-compatible Linux distribution. "A single PS3 performs better than the highest-end desktops available and compares to as many as 25 nodes of an IBM Blue Gene supercomputer." ~ PlayStation3 Gravity Grid ...

SmartPhone with a good SDK on Sprint PCS?

For as long as mobile phones have been running third-party applications, I've wanted to try my hand at writing some. Now that it's coming time to replace my PalmOS-powered Treo 530, I'm looking to acquire a new phone that has a robust platform for third-party development. For contractual reasons, it must work on the Spring PCS network. ...

Any recommendations for a PDF 3D SDK with C++ interface

I'm on the look out for a Cor C++ library / SDK that will allow me to either write a 3d PDF directly, or convert a DXF or DWG into a 3D PDF. So far I have come up with the PDF3d library which fits the bill, but is reasonably costly and has an expensive per user run time license. I don't mind a reasonable SDK cost, but the per seat cost...

Open XML SDK 2.0 - how to update a cell in a spreadsheet?

I want to update a cell in a spreadsheet that is used by a chart, using the Open XML SDK 2.0 (CTP). All the code samples I have found insert new cells. I am struggling with retrieving the right worksheet. public static void InsertText(string docName, string text, uint rowIndex, string columnName) { // Open the document for editing....

Getting WM/Picture using C# and WM Encoder SDK

I was hoping someone could help point me in the right direction and/or provide a sample for me to look at. I need to get the WM/Picture field inside a WMA file that I decode using WM Encoder and C#. I have been able to get all the other tags fine, but media.getAttributeCountByType("WM/Picture", "") function always return 0. But Windows...

Why doesn't the Java SDK installer set JAVA_HOME?

I always wondered why I have to manually set the JAVA_HOME environment variable after installing the Java SDK. JAVA_HOME=c:\Program Files\Java\jdk1.6.0_12 Visual Studio at least provides a batch file to set these kind of environment variables: call "c:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" Does Java ha...

How to approach learning a new SDK/API/library?

Let's say that you have to implement some functionality that is not trivial (it will take at least 1 work week). You have a SDK/API/library that contains (numerous) code samples demonstrating the usage of the part of the SDK for implementing that functionality. How do you approach learning all the samples, extract the necessary informat...

Video capture SDKs and Frameworks for Windows

I cannot find a list describing all of the different options for video capture in Windows. I would like to keep this list to non-proprietary SDKs (i.e. ImageSource has their own SDK that works with only ImageSource capture cards). To set an age limit on suggestions, everything should be able to run on Windows XP or newer. Include as mu...

How to create a sidebar panel in OpenOffice?

I want to create an OpenOffice.org plug-in that adds a sidebar. I have successfully installed OpenOffice.org, OpenOffice.org SDK and NetBeans OpenOffice plug-in. I am familiar with Java, AWT and Swing, so no need to explain these concepts to me. Now, I want to create a sidebar Panel(or JPanel) in OpenOffice.org Writer application. How ...

libspe vs. libspe2? What's the difference?

I've been doing some experiments with the Cell processor in a PS3 that I have sitting around and I've run across an issue. It appears that there are two versions of the main SPE management library, libspe and libspe2. What is the difference between them? From what I can tell the main difference is that in libspe they rolled their own thr...