You are here

What would be required to make a truely portable app?

3 posts / 0 new
Last post
Xeneth
Offline
Last seen: 15 years 3 weeks ago
Joined: 2010-04-15 23:32
What would be required to make a truely portable app?

I'm talking about it being able to go across platforms, rather Linux, Windows, or Mac.

I know it has to be 100% self reliant, or to pull from the resources that is common in all.

Java requires the Java libraries to be installed, which is true for almost all languages. You could probably try for something like java script to increase the likely hood the libraries are already there, but this is still not guaranteed.

Seems like a discussion that would be fun to explore, and it's a good place.

scriptdaemon
Offline
Last seen: 5 years 5 months ago
Developer
Joined: 2008-10-10 17:40
Cross-platform libraries.

Using cross-platform libraries like wxWidgets can accomplish this. With any program, you'll have to recompile on the kind of machine on which you want to use it though.

Or are you asking about already developed apps?

Xeneth
Offline
Last seen: 15 years 3 weeks ago
Joined: 2010-04-15 23:32
app

I am more or less talking Hypothetical. I lack the skills and time to develop one, more of less talking to learn.

As I am told what I am meant for, I listen.
As I am shown what to do, I watch.
As I am expected to follow without question, I walk away.

Log in or register to post comments