porting
Bit of Help Porting this tutorial
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:[详细]
2023-03-23 07:41 分类:问答Porting C library to Java for Blackberry application
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:[详细]
2023-03-21 23:06 分类:问答Using libraries built for linux on windows
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[详细]
2023-03-20 17:06 分类:问答C++ coming from Java and Objective-C
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[详细]
2023-03-19 09:59 分类:问答Porting Java to Android regarding views
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:[详细]
2023-03-18 09:32 分类:问答x86 - x64 porting query
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[详细]
2023-03-16 17:49 分类:问答How to design software for Linux in relation to Windows?
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[详细]
2023-03-16 17:16 分类:问答Drawables for qHD resolution
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:[详细]
2023-03-15 09:44 分类:问答Pointer conversion to long porting issue in 64 bit env
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[详细]
2023-03-13 06:51 分类:问答Does static library avoids name mangling issues?
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[详细]
2023-03-13 01:29 分类:问答