How do you reduce Revolution's compiled program sizes?

2003-07-09 Thread Antn
Hi, I notice that all programs compiled with Revolutions (even the simple "hello world" sample) are on the heavy side (at least 1.8 megs,) even after you minimize usage of the optional libraries. Is it because Revolution packs the runtime libraries along with every compiled project like Visual B

How do you reduce Revolution's compiled program sizes?

2003-07-09 Thread revolution
Revolution executables are 'so large' because they include the engine. It as if you are distributing a Java application and including the JRE along with your class files. Or, since you mention Rebol - it is as if you are distributing the Rebol engine along with your application. A simple Rev

Re: How do you reduce Revolution's compiled program sizes?

2003-07-09 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: > I notice that all programs compiled with Revolutions (even the simple "hello > world" sample) are on the heavy side (at least 1.8 megs,) even after you > minimize usage of the optional libraries. > > Is it because Revolution packs the runtime libraries along with every

RE: How do you reduce Revolution's compiled program sizes?

2003-07-10 Thread Ken Ray
[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 12:53 AM To: [EMAIL PROTECTED] Subject: How do you reduce Revolution's compiled program sizes? Hi, I notice that all programs compiled with Revolutions are on the heavy side (at least 1.8 megs,) even after you minimize usage of the optional libr