Top "Multiplatform" questions

Software and methods said to be platform independent.

Visual Studio: how to check used C++ platform toolset programmatically

I have to build project using MSVC2012 and v100 platform toolset (from MSVC2010). Unfortunately I'm using C++11 feature "range based …

visual-c++ preprocessor multiplatform
FireMonkey: How to focus the next control on vkReturn?

Classic VCL question... but how to do the same within FireMonkey? I have several standard TControl who can focus... For …

delphi firemonkey keyevent multiplatform
Bash alias to Python script -- is it possible?

The particular alias I'm looking to "class up" into a Python script happens to be one that makes use of …

python bash curl scripting multiplatform
Why I get "QTimer can only be used with threads started with QThread" messages if I have no QTimer in my code?

When (and only when) I quit my application, these (and only these) repeated message appear on the command prompt: QObject::…

python pyqt4 multiplatform qtimer
Is there a way to detect changes in a folder using php on both windows and linux?

I'm looking for a solution to detect changes in folder(s) using php. The application may run on both platforms(…

php shell notifications directory multiplatform
Unity 2D : How to support multi platform and different aspect ratio devices in Unity 2D?

I am newbie to Unity 2D and creating a game in it. I wanted to run that game on almost …

android ios unity3d aspect-ratio multiplatform
How to write applications for different platforms? Linux, Mac, Windows and Mobile Platforms

We want to write a client for an online service which should be available on as many platforms as possible. …

c# android ios desktop-application multiplatform
R: determine if a script is running in Windows or Linux

Is there a simple way to programmatically determine if an R script is being executed in Windows vs. Linux?

r multiplatform
What C++ library to use to write a cross-platform service/daemon?

I wonder what library would ease the development of a cross-platform service/daemon ? (C/C++) I'm targeting: Windows, Linux and …

c++ cross-platform service daemon multiplatform