Tagged Questions

5
votes
5answers
440 views

How can I call .NET code from Java?

I'm not looking for the usual answer like Web-services. I'm looking for a light solution to be run in the same machine. Edit: I'm looking for way in Java to call .NET methods
0
votes
4answers
84 views

Storing a file in the user’s directory in cross-platform Java

I have a Java application that runs on Mac and Windows, directly off a CD/DVD with no installation. Now, I need to store a file containing per-user data (think favourites etc.) so …
0
votes
6answers
299 views

Can C++ be compiled into platform independent code? Why Not?

Is it possible to compile C++ program into some intermediate stage (similar to bytecode in java) where the output is platform independent and than later compile/link at runtime to …
6
votes
26answers
1k views

C++ performance tips and rules of thumb anyone?

When coding, what is a good rule of thumb to keep in mind with respect to performance? There are endless ways to optimize for a specific platform and compiler, but I'm looking for …
2
votes
3answers
114 views

Get current time and datef

Hello, is there a crossplatform way to get current date and time in c++? Thanks.
4
votes
2answers
252 views

Cross platform GUI Programming with D

I want to start programming with D. I have a simple application in mind that needs a GUI but I want to make sure it's portable to Linux/Windows/Mac equally well and with minimal ( …
0
votes
5answers
596 views

Why would Java classloading fail on Linux, but succeed on Windows?

I've got a Java web application (using Spring), deployed with Jetty. If I try to run it on a Windows machine everything works as expected, but if I try to run the same code on my L …
2
votes
3answers
412 views

Are there any tools for checking symbols in cross compiled .so files?

I've got an application that loads .so files as plugins at startup, using dlopen() The build environment is running on x86 hardware, but the application is being cross compiled fo …
3
votes
4answers
348 views

Guidelines to write C# applications for .NET and mono

Mono claims to be compatible with .NET. Have you tried it? Can you share any tips or guidelines for making a running .NET application compatible with mono?
4
votes
8answers
484 views

Switching to Linux for Windows development, bad idea?

I was contemplating switching to Linux for C++ development, coming from a Windows environment. Is this a bad idea? My workplace uses Windows and Visual Studio for our projects (so …
1
vote
5answers
188 views

Crossplatform way to change screen resolution

Is there any crossplatform way (Windows, Linux, MacOSX) to change screen resolution? Neither Java nor .Net-Mono can do it. Only through native API invocation. It's very strange sit …
1
vote
3answers
86 views

is there any cross platform process manager tool

I need a program that is able to launch a set of processes according to a schedule/configuration; the program would run in the background and restart the processes in case they cra …
1
vote
1answer
138 views

Does .NET (Mono) support cross-platform file operations and cross-platform audio metadata handling (through libraries)?

For my next project, the two leading frontrunners are .NET and Java. The project is to take a directory (something like My Music in Windows) that contains directories and music fil …
1
vote
5answers
528 views

What is a lightweight cross platform WAV playing library?

I'm looking for a lightweight way to make my program (written in C) be able to play audio files on either windows or linux. I am currently using windows native calls, which is ess …
3
votes
3answers
369 views

3D scene file format & viewer

I am looking for a cross-platform solution for saving and viewing 3D scenes (visualizations of engineering simulation models and results) but there (still) doesn't seem to be much …

1 2 next
15 30 50 per page