Re: [twsocket] TWSocketServer and backlog

2007-11-30 Thread DZ-Jay
On Nov 29, 2007, at 14:20, Arno Garrels wrote: Hard to tell, a good compromise is using TWSocketServer given any lengthy task is run in worker threads. I think separating socket IO work from other tasks by using worker threads for those tasks considered lengthy is the way to go. The

Re: [twsocket] ICS wiki templates (are there any?)

2007-11-30 Thread Fredrik Larsson
There are some templates but I normally copy the layout from some existing one that fits what I want to enter. /Fredrik. -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED] Skickat: den 30 november 2007 21:07 Till: twsocket@elists.org Ämne:

[twsocket] ICS wiki templates (are there any?)

2007-11-30 Thread [EMAIL PROTECTED]
Hello: I noticed that a lot of the components and their methods/properties wiki pages have basically the same layout and sections, and I was wondering (before I endeavor to start from scratch) if there was a template, or if it's just copy+paste from a previous one? -dZ. -- To unsubscribe

Re: [twsocket] Trying to do some old stuff

2007-11-30 Thread Darin McGee
The last version of Turbo Pascal was 7 hence the first version of Delphi was 8 Darin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Baxter Sent: Friday, November 30, 2007 8:46 AM To: ICS support mailing Subject: Re: [twsocket] Trying to do some

Re: [twsocket] Multi Thread error.

2007-11-30 Thread Wilfried Mestdagh
Hello Yvan, It is only one memory location because it is just a typecast, no converstion is done. Can you tell also what access violation it exacly is ? Are you calling sendStr from same thread context as the one where TWSocket is created ? --- Rgds, Wilfried [TeamICS]

Re: [twsocket] Trying to do some old stuff

2007-11-30 Thread Dave Baxter
Thanks Francois.. I removed (rem'd out) references to the VC32 folders in the InsDel1.BAT file, so the first part looks like this.. SET DELPHI_PATH=C:\D1\DELPHI SET ICS_PATH=C:\D_32\ICS PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;%DELPHI_PATH%\BIN echo /cwdcc.cfg echo /m

Re: [twsocket] Trying to do some old stuff

2007-11-30 Thread Francois PIETTE
Forget about the bacth file and follow instructions in readme.txt for Delphi 1. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Dave Baxter [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, November 30, 2007 2:46 PM Subject: Re: