Re: Re[4]: [twsocket] NOFORMS and TWSocketServer

2005-04-14 Thread Marco van de Voort
> > 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 NOFORMS from the defines: 427.008 Bytes.
> 
> Options are for debugging: no optimization, range checking enabled, I/O
> checking enabled, Overflow checking enabled, debug information enabled.
> 
> My conclusion is that NOFORMS works very well, including with
> TWSocketServer.

>From Mail from me to Francois dd 24 aug 2004 (so the fix point is post that
date):

.
wsocketS imports unit controls without using it (or is it for the USE_SSL?)
anyway, it should be under IFDEF NOFORMS or USE_SSL or both.
...

So simply putting controls under no_forms would probably fix it in an older
version, should sb need it.

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: Re[4]: [twsocket] NOFORMS and TWSocketServer

2005-04-14 Thread Arno Garrels
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 being called, no object created.
>> 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 NOFORMS from the defines: 427.008 Bytes.

I may be wrong, but I believe I recall that there was
something buggy in TWSocketServer with that in previous versions.
Jack, are you working with the lastest ICS release?

Arno Garrels


> 
> Options are for debugging: no optimization, range checking enabled, I/O
> checking enabled, Overflow checking enabled, debug information enabled.
> 
> My conclusion is that NOFORMS works very well, including with
> TWSocketServer.
> 
> --
> [EMAIL PROTECTED]
> http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: Re[4]: [twsocket] NOFORMS and TWSocketServer

2005-04-14 Thread Francois PIETTE
> 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 created.
> 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 NOFORMS from the defines: 427.008 Bytes.

Options are for debugging: no optimization, range checking enabled, I/O
checking enabled, Overflow checking enabled, debug information enabled.

My conclusion is that NOFORMS works very well, including with
TWSocketServer.

--
[EMAIL PROTECTED]
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be