We are doing some cross platform development on OSX with Paralells installed with different Windows versions.Has anyone found a good solution to share a single working copy/code base instead of having
We are c开发者_如何学Pythonurrently exploring technologies for our new cross-platform GUI; So far, the strong options on the table are QT and Java, and lately, HTML-5 was put on the table as well.
I am working on a project with both Mac OS X and Windows 7 users. SVN is used as the version control system. The problems started when someone using Mac OS X commited a file containing a \" character.
I\'m currently developing an OpenCL-application for a very heterogeneous set of computers (using JavaCL to be specific). In order to maximize performance I want to use a GPU if it\'s available otherwi
Is there a cross-platform mobile app dev environment that allow us to access the SMS inbox of the phone?
I am creating a cross platform text editor in C++. I would like to have a very basic base, then implement all the features through plug-ins. But, unfortunately I\'m getting nowhere in designing the pl
Do all popular iconv implementations support conversion from UTF-16BE (i.e. UTF-16 with big-endian byte order)? GNU iconv supports this encoding, but what about the other implementations in common use
I\'m trying to capture an image of either the current window or a widget and save it to an image file. T开发者_运维技巧he problem is that I\'m using Gtk# on Mono, so it needs to be a solution that\'ll
I\'m looking for cross-platform layer for mobile developement. http://www.phonegap.com/ looks most promi开发者_Go百科sing for me: No need for multiple development environments.
I\'m working on a small platform abstraction layer that I intend to use as a base for future projects. Originally, I was foll开发者_Go百科owing the lead of SDL and dynamically allocating a container s