2
votes
7answers
62 views
Is it possible to write multi-platform program that is not writen in Java
Just curious, is it possible to write a multi-platform program that is not writen in Java.
If true, could I do it by compiling two or three different programing languages (for each platform) together …
1
vote
3answers
34 views
Cross platform c++ with libcurl
Hi,
I am a perl developer that has never went into the client side programming of things. I'd like to think that I'm a pretty good developer, except I know that my severe lack of knowledge of the …
2
votes
2answers
55 views
Recommendation for C++ wrapper for cross platform dynamic library bindings (basically a lightweight, high performance COM or CORBA) (only in-proc is necessary)
We're developing an application that will have a plug-in "architecture" to allow consumers of the app to provide their own proprietary algorithms. (We will basically have a set of parsers and allow …
0
votes
1answer
22 views
Platform Identification in WIX 3.0
Hi,
I am facing issues when migrating the managed code from x86 to x64 platform. I have a WIX project to create a MSI which will be executed through Bootstrapper. On x86 Platform, files get copied in …
2
votes
2answers
50 views
Is there a language and platform agnostic declarative GUI language that isn’t XML?
Basically, I'm looking for a least common denominator declarative GUI language that would be perfectly suitable for rendering with JavaScript to HTML/CSS, with Python to wxPython and with C# to …
1
vote
3answers
115 views
Is LUA the best/fastest choice for a gaming server?
Hey there smart people ;)
I just found this site and here seem to be a lot of people who know their business.
So I decided to ask for help with my little problem here:
I am working on a project …
0
votes
2answers
61 views
Network protocol object serialization in C++
Hello,
I'm writing some C++ code that will have to send data over TCP/IP. I want this code to be portable on Linux/Windows/Osx. Now, as it is the first time I write portable network code, I basically …
0
votes
2answers
135 views
Does JBoss Messaging support non-Java clients?
For enterprise integration projects, a non-Java access to message brokers like JJBoss Messaging can be very helpful. For the Apache ActiveMQ and the GlassFish Open Message Queue products there are …
2
votes
8answers
223 views
Does anyone know a good/easy/free/open 3d modeling program?
Hello, Does anyone know of an easy 3D modeling application like sketchup but is opensource?
I don't have time for learning blender ( guess I never will ):
and I'm a fan of having multiple small …
0
votes
1answer
43 views
I’m looking for a cross-platform Python library that can play MP3 and OGG and support ALSA or similar.
There are several different audio libraries, however, none of them meet my exact needs:
- It needs to be cross-platform.
- It needs to be able to use the ALSA, PulseAudio or any other common default …
4
votes
5answers
121 views
Crosscompiling C++; from Linux to Windows, does it really work?
Hi,
I have the source code for some very simple command line programs. I was considering the option of compiling them on a Linux machine (they were deveoped here) so they can be used on Windows. If I …
8
votes
5answers
270 views
C++ frontend only compiler (convert C++ to C).
I'm currently managing some C++ code that runs on multiple platforms from a single source tree (Win32, Linux, Verifone CC terminals, MBED and even the Nintendo GBA/DS). However I need to build an app …
1
vote
3answers
98 views
Creating & Editing MS-Word documents on a linux server?
Looking to develop server-side application that will process documents. The source documents are mostly MS-Word 2003, 2007, i.e. the MS version of Docx. Want the server application to be able to run …
0
votes
11answers
124 views
Using multiple platforms in a single project
I'd like to use C#, Java and PHP in an upcoming project. What potential pitfalls should I watch out for? Are there advantages to using multiple platforms for a project? The target development team …
0
votes
1answer
43 views
How can I get a volume serial number using wxWidgets?
Hi, I'm looking for a function/class in wxWidgets which can give me a volume serial number (like win32 GetVolumeInformation function does).
I assume that the volume serial number must be pretty much …
