• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

The Best Program For Making Portable Apps?

DasFox

Diamond Member
For ease of use, simplicity and fool proof, that does a perfect job or as close to perfect as possible, what application out there is the best for making portable applications?

Thinapp and Xenocode I don't like because of the stupid window popup when you start an application, showing it's a licensed version with the app name, so I don't care to bother with either of these.

THANKS

P.S. Does anyone know if there is a way to disable the popup in Thinapp when you start an application, like in this image below?


http://virtualfuture.info/wp-c.../06/thinaaplaunch1.jpg
 
You will probably do better with this in the Programming forum. Visual Basic 6 does not create portable applications if your definition of "portable" means "cross-platform." There are ways to run Windows apps on Linux, for example, but I doubt that is what you're after. Java is the standard answer, and works pretty well for most applications these days.
 
i figured you meant stand-alone .exe's

if you want portable applications then use RealBasic

it will let you compile it as a linux, windows, mac, etc... program
 
Dev C++ seems to do well for portability. Of course your code has an impact as well, lot of stuff that works in windows wont work in linux and vise versa. When making something cross platform you're better off doing small bits at a time and compiling in both as you go along.
 
This isn't about programming, I'm talking about Windows applications like Thininstall, Thinapp, xenocode, etc., all of these which are proprietary, but there are other Windows apps as well for making portable applications...

Anyone?
 
"Portable" usually means a program that can run directly & uninstalled, from a USB thumb drive.
There exist portable versions of Firefox and Opera web browsers, for example.
Then there are "U3" USB drives, that include a pre-installed launch menu.
 
Originally posted by: vailr
"Portable" usually means a program that can run directly & uninstalled, from a USB thumb drive.
There exist portable versions of Firefox and Opera web browsers, for example.
Then there are "U3" USB drives, that include a pre-installed launch menu.

Who said we needed a lesson? LOL... 🙂

I just wanted to know who made the best application for making portable apps?


 
Back
Top