On Friday 22 November 2013 09:16:47 misu kun wrote: > hi Martin > i am using manjaro , i made a simple application with msegui . just 1 > form with 2 button and 1 ttabwidget and 1 tstringgrid , the size > becomes 3Mb with no debug information , so is it normal or there are > some tricks to reduce the size ? > I get 1.7MB with 'Project'-'Make 4' which uses smart-linking (-B -CX -XX). Without grid it is 1.4MB, grid code is very complex. Without tabwidget it is 1.3MB. Also the recently added code for anti-aliased XRender drawing counts. It is planned to optimize MSEgui for better smart-linking and to make some features optional in order to make the binaries smaller. Another possibility is to use whole-program-optimization: http://wiki.freepascal.org/Whole_Program_Optimization I don't know if whole-program-optimization currently works, there sometimes are "abstract" errors.
Martin ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

