[quoting fixed]
> MvdV> .
> MvdV> wsocketS imports unit controls without using it (or is it for the
> USE_SSL?)
> MvdV> anyway, it should be under IFDEF NOFORMS or USE_SSL or both.
> MvdV> ...
> MvdV> So simply putting controls under no_forms would probably fix it in an
> older
> Mv
After reading Marco's message, I was curious about
why wsockets.pas adds 60K of file size. When I looked
at the file, I didn't really see NOFORM. Didn't see
any unnecessary units either...
MvdV> .
MvdV> wsocketS imports unit controls without using it (or is it for the
USE_SSL?)
MvdV>
Thanks Francois for the testing.
Arno was right. Once I updated to the latest ICS,
the file size went down to 127KB (Delphi 5.)
Before I used TWSocketServer it was 61KB. Not sure
why it doubled the file size. But it's still a lot better
than before, which was over 300KB. I added some lines of
cod