On Monday, 13. September 2010 13.24:18 Florian Klaempfl wrote:
> Am 13.09.2010 11:15, schrieb Martin Schreiber:
> >                  Delphi 7               FPC
> > Exe size:         3131392             3689304
> > Code:             2128524             2138240
> > Data:              752085             1541256
>
> Do you use a lot of resource strings?

I can not use resource strings because FPC resource strings are not unicode 
capable AFAIK.
In MSEgui there are many local classdefs in the form of 
"
type
 ttheclass1 = class(ttheclass);
"
in order to access protected class members (remember my request for "friend 
units"?).
I also think I remember that FPC sometimes duplicates RTTI in several units, 
but I am not sure about.

Martin
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to