An attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms.
I love applications that are able to update themselves without any effort from the user (think: Sparkle framework for Mac). …
qt cross-platform auto-updateI was doing some cross compiling of a Qt5.2 application for an ARM based target (TI AM335x EVM) and …
linux qt plugins cross-platform qt5My company currently has a product which relies on a custom, in-house ActiveX control. The technology it employs is itself …
cross-browser cross-platform activex webbrowser-control browser-pluginOk, so say I'm writing a game in c++ with opengl. The game draws a few, simple shapes like squares …
c++ opengl cross-platform portingOne of the first things I learned as a student was that C++ applications don't run on different operating systems. …
c++ cross-platformMy primary OS is Linux, but now I'm forced to write some C++ applications for Windows. I was thinking about …
windows linux installation cross-platform wxwidgetsIs it possible to check the minor version number of GCC in cmake? I want to do something like this: …
gcc build cmake cross-platform version-detectionFrom this, I found out that JavaScript is written in C++. I also have found out/deduced that a majority …
javascript c++ cross-platform emccI have a file path in String form. In Java, I need to determine if that file exists on the …
java file cross-platform filesystems case-sensitiveThe clang C++ compiler claims to be built for, among other things, better IDE integration by providing an API for …
c++ ide cross-platform clang