3
votes
2answers
74 views
Cross platform unicode path handling
I'm using boost::filesystem for cross-platform path manipulation, but this breaks down when calls need to be made down into interfaces I don't control that won't accept UTF-8. For …
2
votes
1answer
59 views
Method in Java to create a file at a location, creating directories if necessary?
I am attempting to write a file using java.io, where I am trying to create it at the location "some/path/to/somewhere/then-my-file". When the file is being created, any of the dire …
1
vote
2answers
31 views
Viability of Ruby for Cross-Platform Development With Native Toolkits?
Let's say that I was writing a closed sourced commercial piece of software which was to be deployed in the following situations: Windows Desktop App built on .Net, ActiveX control, …
412
votes
63answers
19k 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, …
0
votes
1answer
21 views
Marketshare of cross-platform widget libraries?
For a variety of reasons, we're in the market for a cross-platform widget library. We're in the somewhat rare situation of not being tied to a particular programming language at t …
0
votes
2answers
71 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 …
2
votes
3answers
80 views
Do types in QT applications for different platforms have similar size?
I created an application for Windows in C++ using QT. If I want to port it to Linux or Mac OS, will sizeof(int) or sizeof(long) change? In other words, do types in QT applications …
0
votes
1answer
15 views
XML-RPC Standard and XML Data Type
I was looking at XML-RPC for a project. And correct me if I'm wrong, but it seems like XML-RPC has no XML datatype. Are you supposed to pass as a string? or something else?
Am I m …
0
votes
11answers
230 views
Cross-Platform Programming Language with a decent gui toolkit?
For the program idea I have, it requires that the software be written in one binary that is executeable by all major desktop platforms, meaning it needs an interpreted language or …
1
vote
1answer
33 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 a …
1
vote
2answers
82 views
Compiling windows binaries from Ubuntu?
I am doing a cross-platform C (not ++) game with both linux (main) and windows (alternate) binaries.
Until now I used devcpp to compile in windows, but I have trouble getting some …
1
vote
4answers
133 views
Is there a Java utility which will convert a String path to use the correct File separator char?
I have developed a number of classes which manipulate files in Java. I am working on a Linux box, and have been blissfully typing new File("path/to/some/file");. When it came time …
0
votes
0answers
37 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 …
0
votes
1answer
21 views
Cross platform audio analysis library
I'm looking for a cross-platform library that allows me to analyze the waveform of a sound file. It needs to be able to at least have the ability to query the amplitude for a given …
3
votes
3answers
118 views
C memory management for Cross-platform VM.
Hi all, I asked a question about C-type sizes which I get a pretty good answer but I realized that I may not formulate the question very well to be useful for my purpose.
My backg …
