Because KOL library is used, not LCL :)
KOL is very optimized for smartlinking and code size and have simpler internal structure.

I think it could be an good idea to add an second method of formhandling to lazarus that generates .pas sources that creates and destroys forms instead of .lfm and remove all RegisterClass calls from the LCL with an #ifdef so fpc can remove ununsed parts of the lcl while linking. I think than executable size can be nearly the same with lcl. This formhandling makes no sense for Desktop Applications but for Mobile Apps. RTTI is not possible with this but i think nearly nobody needs rtti on mobile devices...

What do you think about this idea ?

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to