The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
14 views

Dreamweavers multiplatform display

I want to start developing with jQuery mobile and like how Dreamweaver CS6 allows you to view your creation as if it were being displayed on different platforms really easily. Are there any open ...
0
votes
0answers
24 views

Database “tools” for multiple platforms

When I was still in high school I programmed in Delphi. When we had to work with databases (it was always .mdb if that makes a difference) we always used ADO (the object in Delphi was called "ADO ...
-1
votes
0answers
40 views

Cross-platform (Objective-C/C++) development standards [closed]

I am currently planning on developing a video game with a friend. I am a self-taught objective-C developer with basic knowledge of cocoa and cocoa touch development (using the cocos2d and chipmunk ...
1
vote
2answers
31 views

Nuget support across projects being built with different .NET Platform (i.e. .NET 2, .NET 4, etc.)

The problem: I'll try to keep it simple. We have two solutions that are identical but one builds in .NET 2.0 and the other builds in .NET 4.0 The solutions both hold one project each which are ...
-2
votes
0answers
26 views

Multiplatform application UI like Unity3D or Spotify [closed]

I'm wondering how could I make a multi-platform application like Unity3D (using C#?). The User Interface (the beautiful designed controls) look the same both in Windows and Mac and I want to have an ...
0
votes
0answers
48 views

Server side only multiplayer turn based game engine [closed]

I'm developing a turn-based game for 2-4 players with very small amount of needed client and server side requests/respones. Basic requests for clients would be: a) ...
0
votes
1answer
50 views

Xamarin.Mobile crossplatform implementation

I learnt that Xamarin.mobile provides single set of APIs across platforms. But implementing in a cross platform app, how does it look like? A cross platform architecture consists one project ...
1
vote
1answer
59 views

Using LLVM as virtual machine - multiplatform and multiarchitecture coding

I'm currently working in a pet programming language (for learning purposes), and have gone through a lot of research over the past year, and I think its time to finally start modelling the concepts of ...
1
vote
0answers
78 views

Is there a way to access NFS (v3 or v4) shares using Java?

we're working on a project where we need access to some NFS shares. Our clients use Windows, Linux and OS X, though we don't want to mount those shares, but instead simply access it for example via ...
0
votes
2answers
79 views

Using an inline function for an API

I want to create an API which, on the call of a function, such as getCPUusage(), redirects to a getCPUusage() function for Windows or Linux. So I'm using a glue file api.h : getCPUusage() { ...
2
votes
1answer
62 views

Create an OS C++ Specific API

I need to create some API, with which, by calling a function, the correct one for the current operating system will be called. So I went with that : main.cpp : #include "api.h" int main() { ...
1
vote
1answer
33 views

Monotouch and Mono for Android support satellite assemblies for internationalization

Does Monotouch and Mono for Android supports satellite assemblies for internationalization?
0
votes
0answers
57 views

From MS Office to PDF

I need a library ( or more then one ), that would help me to convert files of the following types( rtf, doc, docx, xls, xlsx, ppt and pptx) to PDF. I found a lot of libraries, but they all are not ...
1
vote
1answer
570 views

Wierd error accurs when building Android project (Xamarin)

I'm new to Xamarin and multiplatform development. I've downloaded and installed everything as in Xamarin guide. I event updated to latest versions. But when I try to build and empty created project, I ...
0
votes
0answers
44 views

Is it possible to check and set wx.html2 to use WebKit on Windows?

Is it possible to do a combination of a check and a engine-switch on Windows for wx.html2 in wxPython 2.9.4.0 (development version)? What I want to achieve is; to let the wx.html2 library use WebKit ...
4
votes
2answers
64 views

QProcess Multiplatform command

I need to launch some script using QProcess. For this, under windows, I use QProcess::execute("cmd [...]");. However, this won't work if I go under some other OS such as Linux. So, I was wondering ...
0
votes
2answers
51 views

What's the best-practice way to find out the platform ruby is running on?

I am using colored gem for coloured printing in the terminal and ruby logger. I need to run this code on linux and on windows. On windows, I must first require 'win32console' or else coloured ...
2
votes
1answer
96 views

Key codes converting from windows to Mac

I have a small application that listens to keystrokes on a windows machine and sends them to a mac over a socket connection (python). The mac then emulates the key presses using 'osascript to send key ...
0
votes
0answers
18 views

It is the tendency to make a version for each operating system again?

I am currently developing an Android app that will soon start to develop on iOS. And I have a big question: Should I make a version for each platform including desktop versions? I feel that today the ...
0
votes
3answers
509 views

C++: execute a while loop until a key is pressed e.g. Esc?

Does anyone have a snippet of code that doesn't use windows.h to check for a key press within a while loop. Basically this code but without having to use windows.h to do it. I want to use it on Linux ...
0
votes
3answers
121 views

Tools for c++ multiplatform projects

I am working with a c++ multi-platform project using visual studio 2010, there is a shared portion of code among all platforms, but there is a big portion that is dedicated to each one, I separate ...
3
votes
1answer
84 views

Is that possible to develop one application in both WPF and Silverlight?

I've already worked with WPF but i don't know anything about SilverLightnow I need to develop an application which can run on both Mac and Windows,so i was thinking to write an WPF Application with ...
0
votes
1answer
60 views

Which server framework (or even platform) do I need for a small dev team?

I want to develop an server/client software of which the clients will be in different Os's. (Think Mobile phones, tablets, desktop pc's, I even consider this service to connect with asterisk and work ...
0
votes
0answers
20 views

Good books/posts about multiplatform development solutions

There is plenty of media on the internet about multiplatform dev solutions (I am mostly thinking about mobile fragmentation but also other cross-platform needs like different OS on computers) I was ...
0
votes
3answers
119 views

When developing a multi-platform mobile app, what the available options with their pros/cons? [closed]

In my mobile app that I plan to develop, it would needs access to the compass, maps, integration with phone functionality (like silencing the phone with user permission of course when in this app), ...
1
vote
1answer
130 views

Perl module run under Linux and Win32

I've a perl module which needs to run within both Win32 and Linux OSes. This module employs Win32::Process::List to avoid concurrency issues with a 3rd party application under Win32, and has no ...
2
votes
3answers
81 views

Determine iOS application platform

I have an application I've been handed to test, and I'm — shall we say — less than impressed? I believe the company that built the application for my client didn't build it as an iOS native ...
3
votes
2answers
949 views

Make a game with Cocos2dx on Linux

I'm some familiar with Cocos2d and Cocos2dx. But only I worked in Mac, I know which is possible work with this engine (Cocos2dx) in Windows, but I don't know if is possible develop a game on Linux. ...
0
votes
0answers
68 views

Platform-Independent Python Stream/Audio Module

Currently I am working on a Python-Programm which streams (i.e. plays) Webradio-Audio-Streams. Since I am implementing this with gstreamer, it is not platform-independent. Unfortunately, it seems I ...
2
votes
1answer
266 views

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 for" across the code. I wondering if there is a preprocessor ...
0
votes
1answer
92 views

Autoscrolling mobile web page

I want to make my mobile web page auto scroll down to hide the browser search bar at the top of the page. An example of this is the Facebook home page on mobile, it auto scrolls down as soon as it ...
1
vote
1answer
390 views

WinSock error #10055

I have client-server architecture build in python, unfortunately the original design was made that each request to server is represented by one TCP connection and I have to send requests in large ...
1
vote
2answers
263 views

Fastest and efficient way of parsing raw data from file

I'm working on some project and I'm wondering which way is the most efficient to read a huge amount of data off a file(I'm speaking of file of 100 lines up to 3 billions lines approx., can be more ...
0
votes
1answer
100 views

Linking existing C++ framework to an Objective-C + Cocoa application

I've developed a working framework for windows at school, which has all the classes and methods needed for a window to work. Here's an example of part of few classes, I'm not gonna paste all the code ...
1
vote
2answers
586 views

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::startTimer: QTimer can only be used with threads started with QThread ...
0
votes
3answers
187 views

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(linux and windows). I may use different methods for each platform as long as results are ...
1
vote
1answer
415 views

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 instance, in some TEdit, I want to move to the next focusable control if I ...
3
votes
1answer
85 views

Strange bug when running multiple instances of a PlayN game

I'm currently developing a multiplayer game and it's common for me to launch a server plus 4 instances of my playn game. When more than one instance is opened at the same time strange bugs begins to ...
3
votes
1answer
276 views

Portable Class Library vs Platform-Specific Releases

With the introduction of the Portable Class Library, developers can release a single library which is compatible across multiple platforms. The down-side to this is that the PCL must reduce itself to ...
0
votes
1answer
85 views

How can I use buildroot for my development machine in addition to my target?

I am developing a for an embedded target using buildroot, adding our custom applications as new packages. These packages depend on some non standard libraries(which we already integrated into ...
1
vote
0answers
45 views

Trouble with multiplatform (Windows, MacOSX, Linux) application using readline

I'm writing a multiplatform (Windows, Linux and MacOSX) app in C using Netbeans IDE. It is shell based (bash) and i'm using readline and history for data input. Additionaly, i want to overwrite ...
0
votes
0answers
81 views

CMake: Packaging third party libraries for binary distribution

The project that I'm working on uses third party libraries that exist for all major platforms (i.e., MacOS, *nix, Windows). We want to generate binary distributions for several platforms, so our end ...
3
votes
2answers
217 views

Strategies for multiplatform project repository design

I am looking for strategies regarding repository layout/design when dealing with multiplatform projects. Usually dependencies are: Project has single name/brand Each platform has separate source ...
-1
votes
2answers
62 views

Any tutorials for multiplatform assembler programming (Mac+Win+Nix)?

I want to learn assembler, but I really value multiplatform code, and most of the assembler languages and tutorials I've seen only cater to one specific assembler sub-language (either MASM or TASM or ...
0
votes
0answers
164 views

File name and file path with C++ [closed]

I am now developing a C++ program for multiple platforms. One tricky part of multiple platform development is related to file name and file path. For the file name, the difficult point is that the ...
1
vote
2answers
270 views

Multi-platform application launcher

Is there any application that creates an native application launcher of Java application? As the "native" term I mean "looks like normal, platform-dependent application, that only launches the java ...
3
votes
1answer
259 views

How do I generate random numbers in Haskell, using random-fu, with platform-agnostic code?

I can't figure out how to use Data.Random.Source.IO to generate random numbers in a multiplatform way. I can generate random numbers in Unix using Data.Random.Source.DevRandom, and there is an ...
0
votes
1answer
224 views

Visual Studio Crystal Reports on 64 and 32 bit installer (advance installer)

any ideas how to include a cr_runtime_X64 and cr_runtime_X86 on a single visual studio installer? I can merge the project setup for the two platforms but when it comes to CR as a prerequisite it ...
1
vote
1answer
55 views

Single code can I execute in different mobile technologies Android, iPhone, Blackberry, Windows mobile [closed]

I am Android developer. Can I run my app in different mobile technologies ex. iPhone, Blackberry, Windows mobile etc. I write code for android but I have not any idea about iPhone development. So I ...
3
votes
1answer
111 views

Is there a way to set thread priority in Glib v2.32+?

Glib 2.30 API allows setting thread priority via GThreadPriority enum. However, that API is deprecated as of 2.32 and I can't find any info on setting thread priorities using the new API. I've ...

1 2 3