> > Only used. I even deleted all ICS dcu files.
>
> I created a new console mode application (D7), added NOFORMS in the project
> defines.
> Compilation gives a filesize: 39.424 Bytes.
> Added WSocket to the uses clause: 91.136 Bytes.
> Added WSocketS to the uses clause: 91.648 Bytes.
> Removed
Francois PIETTE wrote:
>> I did some further testing.
>>
>> I commented out most of my code so it's not doing
>> anything. When I only have WSocket in uses clause,
>> the file size is 61KB. The moment I put WSocketS in,
>> the file size jumps to 288KB (on D5.) This is when
>> no function of ICS is
> I did some further testing.
>
> I commented out most of my code so it's not doing
> anything. When I only have WSocket in uses clause,
> the file size is 61KB. The moment I put WSocketS in,
> the file size jumps to 288KB (on D5.) This is when
> no function of ICS is being called, no object create
Hello Francois,
I did some further testing.
I commented out most of my code so it's not doing
anything. When I only have WSocket in uses clause,
the file size is 61KB. The moment I put WSocketS in,
the file size jumps to 288KB (on D5.) This is when
no function of ICS is being called, no object cr
Hello Francois,
Thanks for the reply.
Yes, I manually deleted the dcu files before a re-compile.
I also carefully check all the uses clauses. There are all
together 3 source files. All used units are:
Windows, Messages, SysUtils, WSocket, WsocketS;
Still wondering...
--
Best regards,
Jack
Tues