Top "Cross-platform" questions

An attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms.

How to develop a cross-platform QR Code reader?

I need to build a mobile application which is able to compare data in a remote database [e.g login …

cordova mobile cross-platform qr-code zxing
Cross-platform primitive data types in C++

Unlike Java or C#, primitive data types in C++ can vary in size depending on the platform. For example, int …

c++ cross-platform portability primitive
PCL Save Image File to local File System

I am looking for a way to store image files in my local filesystem using the PCL Storage plugin in …

cross-platform xamarin storage portable-class-library
What is the cross-platform method of enumerating serial ports in Python (including virtual ports)?

Note: I'm using Python 2.7, and pySerial for serial communications. I found this article which lists two ways: http://www.zaber.…

python cross-platform serial-port python-2.7 pyserial
Choose OpenGL ES 1.1 or OpenGL ES 2.0?

I'm going to start a new cross-plattform openGL project (primary for iPhone & PC). So theres the main question: targeting …

iphone opengl-es cross-platform opengl-es-2.0
Is there a cross-platform way of getting information from Python's OSError?

On a simple directory creation operation for example, I can make an OSError like this: (Ubuntu Linux) >>> …

python exception cross-platform
cross platform native open/save file dialogs

I'm writing a UI for my program using opengl with SDL in a combination of Lua and C++ What I …

c++ user-interface dialog cross-platform native
Auto startup for java desktop application?

I have created a desktop application in Java using NetBeans 6.1 and made a jar file of the application. Now I …

java installation cross-platform multiplatform autostart
Cross platform way to list disk drives on Linux, Windows and Mac using Python?

I am using Python2.6. I am trying to list the disk drives that a system may have. On Windows, it …

python file cross-platform disk
Are Golang binaries portable?

Suppose I'm a primarily Linux user, but I'm developing an application in Go that I want to be cross platform. …

go cross-platform binaryfiles computer-architecture