> On Sun, Apr 20, 2008 at 3:03 AM, Ross Levis <[EMAIL PROTECTED]> wrote: > > KOL http://kolmck.net. I've used this before and it produces very small > > executables, but still simple to develop programs. > > Thanks Ross. Yeah. I actually tried it before, too. It's very nice if you > want really small exe file size. The downside is, using some non-GUI > components would be a problem. For instance, i'm using ICS socket > library in the full version app.
If you tell ICS you don't want to forms unit, then the footprint is reduced a lot. Define "NOFORMS" in your project (see the console mode sample programs: they use that definition) and the component will not use the forms unit which is what you want. If you need help with ICS, please use the support mailing list (same server as this list, address is [EMAIL PROTECTED] but you need to subscribe first of course). Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

