5
votes
3answers
78 views
How to cross compile qt application for different platforms.
How can I cross-compile my application on Qt. As for each project
I need two version
1). Which runs on computer on Qvfb & i386 Architecture
2). Which runs on device with Linux Framebuffer …
1
vote
6answers
164 views
What kind of background would you need to write a programming language? [closed]
Strong computer science background is a given; but what other fields and experiences would contribute to becoming a language designer (and not some dsl for your trading company)
2
votes
1answer
26 views
Using Qt in a pre-existing x-platform project?
I have an existing cross platform project that runs on Mac, Linux and Windows.
Now, I want to add a 'native' UI to it - the ability to show some popup windows (to request user credentials) and …
-1
votes
0answers
64 views
What’s the most robust content platform you’ve leveraged? [closed]
In our enterprise, we are currently looking for a scalable platform that adds value. Which one will provide us this overarching architecture?
0
votes
1answer
44 views
Best way to access data stored in relational files (not DB2) on an AS400, using .NET?
We have need to connect to an AS/400 from .NET (C#) and access (read and write) data.
The issue is the data is stored in relational files on the mainframe, not in a DB2 database.
What is the best …
0
votes
3answers
34 views
Given a path, how to determine if its absolute/relative in Ruby ?
I am working on writing a rake build scrip which will work cross platform ( Mac OSX, Linux , Windows ). The build script will be consumed by a CI server [1]
I want the logic of my script to be as …
4
votes
4answers
92 views
Good, cross-platform software update libraries/tools?
Does anyone have experience with a library or tool suite that helps an ISV deliver software updates of shipped products? We ship software that runs on OS X, Linux, and Windows. We have partial …
1
vote
2answers
130 views
Detecting CPU capability without assembly
I've been looking at ways to determine the CPU, and its capabilities (eg SEE,SSE2,etc).
However all the ways I've found involved assembly code using the cpuid instruction. Given the differing ways of …
0
votes
4answers
64 views
Alternative options for displaying video in Java?
At the moment I use QuickTime for Java to display video in a swing application. However, Apple has deprecated support for QTJava and I was wondering what options other are available right now+ for …
7
votes
6answers
206 views
Taking advantage of SSE and other CPU extensions.
Theres are couple of places in my code base where the same operation is repeated a very large number of times for a large data set. In some cases it's taking a considerable time to process these.
I …
5
votes
6answers
147 views
Cross Platform C++ Tool Chain
Hello I am putting together a tool chain on my windows Box for Cross Platform C++ Development. I plan on using Boost.Build for building and Boost::Test for unit testing. I will be using Mercurial …
1
vote
7answers
109 views
Tools for Unix <-> Windows C++ development
I am doing some C++ cross development - been doing that for a while on Windows and recently started on Unix.
I suppose what I am after is to simplify Unix development experience - I have a local …
2
votes
2answers
55 views
Cross-Platform Python Notification Library
I'm making a python script that should run in the background and notify a user of changes, and I'd quite like it to work cross-platform. Main problem is, I don't have access to a mac at all, so coding …
1
vote
3answers
83 views
Javascript key code =/= char code
Hi!
I'm binding on the keydown event with jQuery to allow some specific characters in a textbox. I'm trying to make my code cross browser and platform compliant. My main issue is that I can't find a …
1
vote
1answer
22 views
Cross-platform library for generting pure sound with adjustable level of volume/dB written in C or C++
Hi, I'm looking for a Cross-platform library for generting pure sound with adjustable level of power/voltage written in C or C++. It must not be GPL. Please share if you know any. Thanks.
