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.

tchar.h not found on cygwin

I'm running the latest cygwin on windows 7 (32-bit), and trying to build an open-source project, RtAudio (it doesn't currently build …

c++ windows-7 cross-platform cygwin tchar
Is there a cross-platform python low-level API to capture or generate keyboard events?

I am trying to write a cross-platform python program that would run in the background, monitor all keyboard events and …

python cross-platform keyboard-events low-level-api
Cross-platform getopt for a shell script

I've just found out that getopt is not cross-platform (in particular for FreeBSD and Linux). What is the best workaround …

bash shell cross-platform getopt
What are the pros and cons in C++ Qt vs Eclipse RCP for cross-platform GUI development?

I am going to develop a new GUI for an existing C++ application. The application works on Windows and Linux, …

qt user-interface cross-platform eclipse-rcp
Cross-platform background service in .NET Core (think windows service/unix daemon)?

So I have an app that is composed from an API and a Windows service (wrapped by Topshelf) that is …

unix cross-platform .net-core daemon
Cross-platform build under Windows targeting Linux using CMake

I am developing a software in C++ on windows 32-bit (using MSVC++), but since I want to be able to …

linux build cmake cross-platform toolchain
C++ frontend only compiler (convert C++ to C)

I'm currently managing some C++ code that runs on multiple platforms from a single source tree (Win32, Linux, Verifone CC …

c++ c embedded cross-platform
Mobile development - Native VS Cross Platform VS JavaScript

Our company will soon start developing few products for mobile platforms, as CTO I was asked to examine the Pro …

android iphone ios blackberry cross-platform
Packaging Ruby into a portable executable

I have been trying to find a good solution to this for a long time: Is there a sure-fire way …

ruby cross-platform portability
CCScrollView for cocos2d-x that works?

Edit: With enough rewriting, and commenting, I have it running, will post final below for others. Edit2: I've been more …

cross-platform cocos2d-x