porting
Porting the python interpreter to a custom operating system
I am looking for resources that I could go through to port the python interpreter to a custom OS (with an implementation similar to DOS but not DOS itself). What are some important points I should kee[详细]
2023-03-07 07:45 分类:问答Porting a Windows-CE application to Windows Desktop
I have taken over a Windows-CE 6.0 application that I would like to port to other platforms.It is a relatively straightforward, self-contained GUI application, written in Embedded C++ Version 4.0[详细]
2023-03-06 07:31 分类:问答Porting a 100 Activities app to Fragments without dying
I have developed a huge app for a bank. This app gives the user the ability to perform a big bunch of operations through the phone (national & international transfers, securities, stock market val[详细]
2023-03-05 16:20 分类:问答Porting AWT graphics code to Android
We would like to use some of our existing Java AWT graphics code on the Android platform. As far as I can tell, Android does not include any 开发者_开发技巧of the AWT classes -- no Graphics2D, Path2D,[详细]
2023-02-28 11:05 分类:问答manage the customization code when porting android to a customer MIPS device
We want to port Android to our MIPS device, and are using the following code as the starting point. $../repo init -u git://public.mipsandroid.com/mips/platform/manifest.git -b mips-froyo[详细]
2023-02-28 04:47 分类:问答Any better options than porting from C# to Java?
I have an existing library written in C# which wraps a much lower-level TCP/IP API and exposes messages coming down the wire from a server (proprietary binary protocol) as .NET events. I also provide[详细]
2023-02-26 08:08 分类:问答porting C# to android
i\'m trying to code an app that creates开发者_运维问答 a spherize filter on a jpeg. i\'ve been struggling for a while with java code that does the distortion due to bufferedimage not being supported o[详细]
2023-02-26 06:40 分类:问答jQuery - help with porting to a plugin
just wondering if anyone could have a look at my code that ive been trying to port to a plugin. There seem to be no errors getting logged, I just cant work out not working (this is my first attempt at[详细]
2023-02-25 04:21 分类:问答Is there an xhtml.xsd equivalent available for HTML5?
I am developing an appplication based on Mozilla XULRunner. I am using the xhmtl1-strict.xsd provided by the W3C to fetch the attribute. Now the requirement came to add the <video> tag to my ap[详细]
2023-02-23 20:59 分类:问答how to bring Linux to a WindowsCE device
There is a navi-like device that has very interesting specs at an interesting price. The problem is that it only runs Windows CE while we absolutely need the Linux operating system for a project.[详细]
2023-02-22 15:17 分类:问答