An attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms.
0
votes
0answers
13 views
Embedding HTML5 cross platform [closed]
We have a new project, where we need to deliver/embed HTML5 pages in executables across platforms (the usual Win, Mac, Linux).
My first thought was using Cordova, sadly it turns out their non-phone ...
1
vote
1answer
16 views
What APIs can I use to make a speech recognition program for windows and raspberry pi?
I want to make a program that uses speech recognition to do basic commands. I want to develop it and be able to run it in Windows, but eventually I want to be able to run it on a Raspberry Pi, most ...
1
vote
1answer
24 views
How to Sign a Cross-Platform Java App
I have an application that is written in Java and is going to be distributed on Mac OS X, Windows, and Linux. Currently, I am packaging the app for each platform as follows (but I'm willing to change ...
0
votes
1answer
33 views
ClassNotFound exception on missing built in java api
i have a GUI software that also uses the built in java apple API,
the problem is that i want it to run both on windows and OSX, but on the function where i use it, like this:
import ...
0
votes
0answers
16 views
Deployment of a web project to Glassfish via ANT in Java for all platforms
I have a web project that deploys war files, and right now I can deploy to Glassfish in Windows. Here is my build.xml's necessary part.
<target
name="deploywar"
description="Varolan WAR ...
1
vote
1answer
46 views
printing a wchar_t in visual studio and eclipse gives different results
I am using eclipse and Visual Studio on a windows x64. When I print the following string in visual studio by incrementing the pointer by 1, it displays correct result in visual studio. But in eclipse ...
1
vote
0answers
36 views
How can I write a program to burn CD/DVD by Java?
I've searched in Internet about burning CD/DVD that can work either in Linux and Windows. but unfortunately, I couldn't find a good solution.
Somebody suggested me, use commands line that related to ...
0
votes
4answers
82 views
conversion from unsigned char* to const wchar_t*
I am using the following code to convert a string from unsigned char* to const wchar_t* . The error I am getting is that only a few words are being converted properly while the rest is garbled value.
...
-1
votes
1answer
24 views
Cross platform development on the Surface, SUR40 [closed]
Is it possible to write a Cross platform program for Microsoft Surface pro and SUR40 (win 7). If so what would be the best common langue and how would scaling work? Touch issues? Best software ...
0
votes
0answers
14 views
KonyOne Studio run on emulator
I am new to Kony and just finished my first Hello World.
Now, whem I try to build it, this error accures: "Build Generation failed for platform Android."
QuickPreview is working, but without the ...
0
votes
0answers
16 views
Is there any OpernFrameworks USB Camera and Microphone capture crossplatform plugin? [closed]
Is there any opensource OpernFrameworks Camera and Microphone crossplatform (Windows, Mac OS X, Linux) plugin? (To get audio samples and frame data)
0
votes
0answers
14 views
GIF Transparent background in Mono
I am about to finish the second stage of a cross-platform application. It is being coded and debugged mainly in Windows, but has to work on linux as well.
When in Windows, I use Visual Studio C#. ...
0
votes
1answer
32 views
SWT: Running an application developed on OSX in Windows
I have an SWT application that I've developed on OSX, so it contains the Mac version of the SWT libraries.
Now I need to run this application on a Windows machine. I export the application to a .jar ...
1
vote
2answers
51 views
iOS App Store approval rate for trigger.io apps
We are ready to start the development of an using trigger.io, however some last minute external feedback pretends that trigger.io apps are systematically being rejected by Apple since the launch of ...
0
votes
1answer
10 views
How to configure Arch Linux to set executable bits during Tycho build for Eclipse RCP
In relation to my other question concerning cross-platform Tycho builds of an Eclipse RCP-based application, I have managed to get the build to produce the desired results (products including ...
0
votes
1answer
15 views
Website and Native app user authorization
I wish to create a functionality that is very similar to facebook or pokerstars if you have used them before. Basically the apps require the user to login and their information can be accessed from ...
0
votes
1answer
17 views
JavaFX built with netbeans on my 64 bit Mac won't run on 32 bit Linux
I'm a little perplexed. I have a JavaFX program I'm working on (hobby) and it builds and runs just fine on my Mac. (I have the latest Oracle Java 7). When I run the jar file that was built on the Mac ...
1
vote
0answers
21 views
How to cope with Mouse-Wheel-Delta cross platform?
There is a question, asking why Wheel-Delta is supposed to be 120 on Windows platforms. However, I encounter the same threshold on Linux and Mac. As the value nowadays might change, how do I get the ...
1
vote
1answer
50 views
How to navigate from HTML page to native screen using phonegap?
i have made Hello world test app for Android and iOS using PhoneGap Framework.
I want to invoke Native Screens from the HTML page.
How can i invoke native screen from HTML page?
And vice versa.
0
votes
2answers
24 views
Integrating mobile app and mobile web
Currently I am developing an app in corona sdk. It is still very early in the development stage so I can change the IDE or SDK if needed to achieve my goal.
I wish to create an app that can be played ...
0
votes
2answers
28 views
Cross-platform GUI application console for debug messages C++
I am programming a game in C++. I want to print debugging messages from within my code using std::cout, but as this is a GUI application there is no console to print to by default. I have tried simply ...
0
votes
0answers
12 views
Lightweight crossplatform library/libraries for threading, mutual exclusion, events & delegation?
I've found Boost and QT to provide cross-platform solutions to threading, events and mutual exclusion, but both these libraries are bloated and programmers don't like using them.
Besides, QT has a ...
0
votes
0answers
9 views
Large file binary diff with permissive license
I'm looking for a native library or perhaps relatively simple algorithm to create and apply binary patches for files up to 1GB in size. These are binary database exports and unfortunately there's no ...
4
votes
1answer
47 views
Read system TMP dir in R
What is a cross-platform method to find the OS temporary directory from within R? I currently use:
dirname(tempdir())
Which did the job both on Ubuntu and Windows from within an interactive R ...
0
votes
1answer
31 views
css @font-face doesn't align text vertically across all browsers
I must have went through every page of google but haven't found the solution yet. I have a custom font that I'm using through css font-face. The font adds extra padding on the bottom depending on the ...
0
votes
1answer
83 views
Looking for OpenGL ES framework for cross-platform development on Win/Linux/MacOSX/Android/IOS
I have to develop a cross-platform multimedia application that will run on Windows, Linux, MacOSX, Android and IOS. This application will have to be able to play audio/video content, display photos ...
0
votes
1answer
71 views
Linux and Windows milisecond time
I want to get the miliseconds time of a system (I don't care if it's the real time, I want it to be as accurate as possible). Is this a good method to do it?
#ifdef WIN32
unsigned long long freq;
...
1
vote
0answers
21 views
VS2012 project file into makefile
hello all i'm developing cross-platform system.
I know that we have make it so. and some others like sln2mak.
however they do not support Visual Studio 2012.
does anyone know if something like this ...
0
votes
2answers
100 views
Qt example named Boxes working on Ubuntu but not on Windows (Qt 5.0.2)
I have been searching for a cross platform GUI application development framework (Same code for building Linux, Android, Windows apps and OS X) and I found Qt is best for that (Inspired because VLC ...
-1
votes
1answer
25 views
set Java classpath in a cross platform way
After reading this answer
Setting multiple jars in java classpath
I'm still puzzled. Is there an only way to specify a classpath so it would run in Linux and Windows?
For example, I'm running these 2 ...
1
vote
0answers
14 views
Video recording, Localization, Notifications - Cross-Platform Development
I'm working on an application that uses notifications, localization, recording videos and communicate with a web service to upload files.
My question is, it's possible to develop this application ...
2
votes
2answers
113 views
PhoneGap & Windows Phone 8
I want to use jQuery mobile on windows phone 8, but jQuery Mobile doesn't support Windows Phone 8 officially.
So I just want to know if there is a cross-platform framework like jQuery Mobile with ...
-4
votes
0answers
19 views
How to adjust images in interface of mobile application in different platform? [closed]
I'm trying to develop a mobile wed application which supports iOS and Android platforms by using Dreamweaver CS6. This is my first time developing a mobile application so please be easy on me.
The ...
0
votes
1answer
25 views
Versatile, lightweight and free programming language that runs on desktop and cloud [closed]
I'm a IT student and I (need to) write small desktop and web apps from time to time.
I've used RealBasic a few times but I'm pretty sure theres better languages.
Those are my requirements:
Run on ...
-2
votes
0answers
47 views
Where is Java used (server or desktop or other platforms)? [closed]
I am new to programming. Most of my projects are PHP and MySQL with JavaScript. But I am interested in Java programming too, I am studying Android.
But desktop apps mostly use .NET and for server ...
2
votes
2answers
27 views
Java's File.pathSeparator in Perl
Is there a module or constant somewhere in Perl that gives the equivalent of Java's File.pathSeparatorChar? I've been looking everywhere but the name easily brings up things like / and \, used to ...
1
vote
1answer
30 views
Is there any cross platform path util library for C?
Is there some C library that implements platform independent version of path operations?
Some examples that come to mind:
Getting the absolute path from a relative one (without requiring the file ...
2
votes
1answer
55 views
generating 64 bit code on 32bit debian system
Could you please describe that how have you installed gcc-multilib and g++-multilib on 32bit debian machine to generate 64 bit code?
I installed gcc-4.7.2 on my 32bit debian system(and also installed ...
1
vote
2answers
41 views
cocos2d-iphone jsb & cocos2d-html5 compatibility: ctor, init, associateWithNative
I'm writing a cross-platform game with cocos2d (iphone jsb + cocos2d-html5) and I'm wondering how to actually make it cross-platform. Code that would work with -html5 won't necessarily work with ...
0
votes
1answer
30 views
Run Python Script Without Dependencies Installed
I am creating a Python application that uses multiple third party libraries. Since the libraries are installed on my computer, the script runs fine. However, how can I alter my script so that it will ...
0
votes
1answer
93 views
Linux executes a command on a remote Windows server without SSH/Telnet
I am building a Jenkins server. One of the deployment steps is to execute a command on the production server to download the UAT-tested artifacts to the required folders. Jenkins is running on CentOS ...
0
votes
2answers
78 views
Measure running time of C++ and CUDA code
I have a function look like this:
int doSomething() {
<C++ host code>
<CUDA device code>
<C++ host code>
<...>
}
I would like to measure the running time of ...
-3
votes
2answers
85 views
how to create shared application between wpf and metro UI [closed]
I want to create an application that can share code and view between WPF as well as metro app(windows 8 store app).
I don't know about that how it can be possible and also how it can be implement.
...
2
votes
1answer
32 views
Easiest way to wrap a canvas tag + javascript in a Python program?
I'm creating a cross-platform game using cocos2d-javascript and would like to create a PC version that looks native. I understand that with little modification, I can have my cocos2d-javascript ...
0
votes
1answer
53 views
Status icon in GTK+ on MacOSX, Windows, and Linux(Gnome) and python
I'm developing an application in python and it will be used in Windows MacOsX and Linux, and now i'm developing system (status icon) icon (and the menu when you click) in Mac OSX bar.
Can I use PyGTK ...
0
votes
1answer
44 views
Getting JTextArea to display fixed-width font without antialiasing
Does anybody know how to get JTextArea to display a fixed size
font on all platforms?
I want to make a simple code editor with save/open functionality,
which is simple enough, but I would like to get ...
2
votes
3answers
104 views
Using Qt 4 vs Qt 5 to develop application for Windows and OS X? [closed]
I am considering using Qt to port a standalone Windows application to OS X and possibly Linux. I have never used Qt before. I do not know if I should work with Qt 4 or Qt 5.
I would be interested ...
2
votes
1answer
90 views
OpenGL library suggestion for 3D mobile application
I'm writing a native mobile app which will have a 3D component (openGL). Users would basically do some work in the native UI, then go to the 3D view for object selection/manipulation, then go back to ...
0
votes
1answer
80 views
Which HTML5 Platform to use for mobile development? [closed]
As I look more into the world of Web Based (HTML5 Mobile) applications I feel as though it may rightly so fit with the next project I am working on.
With that being said I've seen Titanium, Phonegap, ...
0
votes
1answer
24 views
Is libspotify available as a plugin for any mobile cross-platform SDK?
Is libspotify available as a plugin for any cross-platform SDK? I'm talking about a native plugin for mobile SDKs like Phonegap, Gideros Mobile, Corona, Intel XDK, Marmalade or similar.







