Yep, I have even written my own replacement for the Dialogs unit - that saved me something about 500KB, while not being a lot of work and hassle.
Cheers Mike Dnia czwartek, 9 marca 2006 16:46, logman0u812 napisał: > Depends on how small you want to make the exe file. > > Using API instead of the VCL is the best way without using compression. > KOL or "Key Objects Library" does this very thing ( its a wrapper for the > API calls ). > > When I make console apps and I wanted the exe files as small as I could > make them, I use to check my "USES". Make sure you only had what you > needed, but if I had like one Unit like StrUtils but I only needed it for > one or two functions I would copy those functions/procedures into my > project instead of having the project bind the whole Unit. Some Units can > be upto half a mb. Most are small though... > > ShaunSoft <[EMAIL PROTECTED]> wrote: any tips and tricks (beside > images)to make delphi application sizes smaller. i will condense and make a > faq and repost it..! > > > > --------------------------------- > Yahoo! Mail > Bring photos to life! New PhotoMail makes sharing a breeze. > > [Non-text portions of this message have been removed] > > > > ----------------------------------------------------- > Home page: http://groups.yahoo.com/group/delphi-en/ > To unsubscribe: [EMAIL PROTECTED] > > > > > SPONSORED LINKS > C programming language Computer programming languages Java programming > language The c programming language C programming language Concept of > programming language > > > YAHOO! GROUPS LINKS > > > Visit your group "delphi-en" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ___________________________________________________________ NEW Yahoo! Cars - sell your car and browse thousands of new and used cars online! http://uk.cars.yahoo.com/ ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

