Re: [fpc-pascal] generated exe file size

2005-05-26 Thread Marco van de Voort
> On 26 mei 2005, at 05:44, Bisma Jayadi wrote: > > > The code is compiled using FPC with faster code optimization, generate > > exe file > > with size 435 KB. While it is compiled using Delphi with optimization, > > generate > > exe file with size (only) 83 KB. Why FPC generate that so big exe

Re: [fpc-pascal] generated exe file size

2005-05-26 Thread Jonas Maebe
On 26 mei 2005, at 05:44, Bisma Jayadi wrote: The code is compiled using FPC with faster code optimization, generate exe file with size 435 KB. While it is compiled using Delphi with optimization, generate exe file with size (only) 83 KB. Why FPC generate that so big exe file? I only use Var

Re: [fpc-pascal] generated exe file size

2005-05-25 Thread Bisma Jayadi
And one more thing... The code is compiled using FPC with faster code optimization, generate exe file with size 435 KB. While it is compiled using Delphi with optimization, generate exe file with size (only) 83 KB. Why FPC generate that so big exe file? I only use Variants unit explicitely. -B