Hi all,
I have a Lazarus project that I converted over from Delphi automatically (pas2c64) and it is produce a huge .exe file!!

It only uses 1 form (with 2 SynEdit components, 2 groupbox, 1 splitter, and two buttons) and some custom units, but the .exe file is 17.9MB in size....WTF!?!

I am sure that I have turned on smart-linking and optimization to make it smaller, not faster, but to no avail

Any ideas?

I am wondering if I might have to create a new project manually and copy over the used units, etc. from my current one to see if it shrinks down?

cheers,
Paul