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

Tuesday, April 12, 2005, 5:51:31 AM, you wrote:

FP> When you add NOFORMS to your project defined symbols (in project options),
FP> you _must_ recompile everything. The compiler doesn't know which unit it
FP> must recompile when you change a project defined symbol, that's why you must
FP> recompile everything to have all dcu files recreated.

FP> Of course, using NOFORMS has an impact on the final exe size only the the
FP> forms unit is not included into any of the "used" units, directly or
FP> indirectly. NOFOMRS symbol is used to conditionnally compile some feature of
FP> ICS component in order to avoid using the forms unit. But if you use some
FP> component or units that make used of the forms unit, you'll get it linked
FP> into your exe which will grow by something like 250 KB depending on your
FP> Delphi version.
FP> --
FP> [EMAIL PROTECTED]
FP> http://www.overbyte.be


FP> ----- Original Message ----- 
FP> From: "Jack" <[EMAIL PROTECTED]>
FP> To: "ICS support mailing" <twsocket@elists.org>
FP> Sent: Tuesday, April 12, 2005 3:20 AM
FP> Subject: Re[2]: [twsocket] NOFORMS and TWSocketServer


>> Hello Arnaldo,
>>
>> Actually, I didn't modify anything in the projece settings.
>> All of a sudden it grew from 111KB to 300KB+ :(
>>
>> -- 
>> Best regards,
>> Jack
>>
>> Monday, April 11, 2005, 10:30:45 AM, you wrote:
>>
>> AB> Hi
>>
>> AB> Did you excluded debug information? See compiler and linker options
>>
>> AB> []
>> AB> Arnaldo
>>
>> AB> Wilfried Mestdagh wrote:
>>
>> >>Hello Jack,
>> >>
>> >>I dont know wy it is so mutch bigger, sorry :(
>> >>
>> >>TWSocket is listening socket, it does nothing else than listening. When
>> >>new connection comes in then the connection is accepted by another
>> >>TWSocket and so on. So you can support as many clients as you want. This
>> >>is also how TWSocketServer works.
>> >>
>> >>What I was trying to say with 1 client, that it is very simple, you dont
>> >>have to code mutch. When you have to support many clients then you have
>> >>todo all things that are on board in TWSocketServer.
>> >>
>> >>---
>> >>Rgds, Wilfried
>> >>http://www.mestdagh.biz
>> >>
>> >>
>>
>>
>>
>> -- 
>> 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
>>




-- 
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

Reply via email to