Another Standalone Question

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Another Standalone Question

Post by WaltBrown » Tue Oct 12, 2010 6:12 pm

Has anyone ever described methods for paring down the size of standalones? Mine, which only has a single preOpenStack handler, no user interface, and only makes a single UDP shout, is still over 2 MB, after eliminating as many options as available in Standalone Settings. I understand Windows requires a huge amount of baggage to be dragged along, but thought there might be some additional options I hadn't discovered yet.

Thanks,
Walt
Walt Brown
Omnis traductor traditor

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Another Standalone Question

Post by Mark » Sun Oct 17, 2010 10:28 am

Hi Walt,

No, this can't be done. It would be really cool if we could optionally leave out some C++ libraries out of the standalone but I don't think RunRev is interested. Then again, 2MB isn't that bad. Most of my applications that include a GUI are equally large, even if not created with Revolution. HyperStudio applications are even 10 times as big.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Another Standalone Question

Post by FourthWorld » Sun Oct 17, 2010 5:11 pm

Mark wrote:Then again, 2MB isn't that bad. Most of my applications that include a GUI are equally large, even if not created with Revolution. HyperStudio applications are even 10 times as big.
Even RealBASIC's GUI engine is almost the same size, and Toolbook's is much bigger and requires parts to be installed in at least three different directories (or so it was with v6 when I last used it). Heck, even Apple's Calculator app for OS X is 9.5 MBs.

At a bit over 2.5MBs, and the ability to ship completely self-contained apps (if you're not using externals), the Rev engine isn't bad at all.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Re: Another Standalone Question

Post by WaltBrown » Mon Oct 18, 2010 3:32 am

Thanks. It was just a thought. My roots go back to time shared minis, when each user had a whopping 23k or so of RAM to play with when swapped in, so I'm always looking for smaller, it's ingrained...
Walt Brown
Omnis traductor traditor

Post Reply