To compile the DLL's in their smallest size open the \Include\EasyIncludeHandler.inc File and uncomment out {$DEFINE NO_PROPERTYSHEETHANDLER} Then run the BuildDemosNoProp.bpg file to build all the DLL with out the Property Sheet handler pulling Forms into the DLL {Examples from D7} To make the handler as small as possible you may uncomment out all types of handlers except the one you want. This results in another 20-30k of savings: For any Handler except the Property SHeet, if it does not use the Graphics unit it can be done in under 190k for the DLL, with the Graphics unit it can be done in under 200k For a Property Sheet the Forms unit get pulled in and it is over 400k