I\'m trying to use the code in this tutorial, but its in the wrong language (OPEN-GL) so i\'m porting it into OPENGL-ES as best I can. This is what I have so far:
I need to port a C library to Java s开发者_Python百科o it can run on the Blackberry platform (mobile, native application). The options I am considering are:
Is there a way of using libraries built in Linux on Windows, without porting and rebuil开发者_StackOverflow社区ding them?The short answer is \"No\". Although there is a way of doing that vice-versa (v
So, I know both Java and Objective-C quite well, but (perhaps strangely) never really learned C++. Obviously, the languages are all related, but there are syntactical differences that I don\'t fully u
I have a java application (that I\'m wanting to bring over to Android) that relies heavily on java.awt and I\'m wondering what some alternatives could be to the following:
We have an application 开发者_运维技巧written in C/C++ code running on 32-bits windows with 32-bit Hardware. My question is that if we upgrade our hardware to 64-bit and keep our OS 32-bit, does my ap
I have an application that I\'ve w开发者_StackOverflow社区ritten for Windows which I am porting to Linux (Ubuntu to be specific). The problem is that I have always just used Linux, never really develo
I\'m designing a game possibly for all kinds of Android devices, so I have multiple drawable folders for phones of different resolutions, and for tablets. Here is the list of my folders:
I\'m porting an application from 32 bit to 64 bit. It is C style coding (legacy product) although it is C++. I have an issue where a combination of union and struct are used to store values. Here a cu
I have a C++\\MFC application written in Visual Studio 2003 SP1 links to an external s开发者_如何学JAVAtatic library \"SomeExtStaticLib.lib\". I also include the header files provided with \"SomeExtSt