2
votes
8answers
82 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
42 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
3answers
64 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 …
2
votes
0answers
21 views
Mono Resources for Cross Platform Development
Is there a site or repository of information about Cross Platform development in mono? Obviously I know about Moma, and the Cross Platform Guidlines and I am using the Visual Studio Tools to run and …
0
votes
2answers
62 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 …
437
votes
63answers
20k views
What should a developer know before building a public web site?
What things should a programmer implementing the technical details of a web site address before making the site public? If Jeff Atwood can forget about HttpOnly cookies, sitemaps, and cross-site …
4
votes
5answers
122 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 …
9
votes
5answers
275 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 …
0
votes
1answer
45 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 …
0
votes
1answer
42 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 …
0
votes
11answers
127 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 …
3
votes
4answers
115 views
Is there a cross-platform way to open a file browser in Python?
I'm thinking something along the lines of the webbrowser module, but for file browsers. In Windows I'd like to open explorer, in GNOME on Linux I want to open nautilus, Konqueror on KDE, etc. I'd …
0
votes
2answers
16 views
Is there a library that can perform packet analysis and block certain packets from being sent?
I found Jpcap, however it only meets half my requirements - it does not allow me to block packets, as stated in the FAQ. I would prefer a cross-platform (Windows, Mac, Linux) solution, but if one does …
2
votes
3answers
103 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 …
1
vote
6answers
148 views
Am I supposed to use PyQT4 for programming cross-platform software in Python?
So a user suggested getting PyQT.
A quick Google gave me this: Link
Is this GUI Library for pay?
If my development environment is Ubuntu Linux, what should I download on that site. I have no idea.
…
