Re: Advice on Closing TtcpClient

2006-10-21 Thread Francois PIETTE
> suggesting I look elsewhere for an equivalent which works - any 
> suggestions?

ICS - Internet Component Suite.
Freeware with full source code. Download from http://www.overbyte.be
Works with all Delphi versions.

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be



- Original Message - 
From: "John Barrat" <[EMAIL PROTECTED]>
To: "'Borland's Delphi Discussion List'" 
Sent: Friday, October 20, 2006 10:23 AM
Subject: RE: Advice on Closing TtcpClient


>I am using TClientSocket now as I couldn't get on with TTCPClient either 
>but
> am still getting the same thread closing issue.  Seems like you are
> suggesting I look elsewhere for an equivalent which works - any 
> suggestions?
>
> JohnB
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf
> Of Jason Nelson
> Sent: 19 October 2006 17:25
> To: Borland's Delphi Discussion List
> Subject: Re: Advice on Closing TtcpClient
>
> I haven't liked TtcpClient much, you are better off using TClientSocket
> directly.  There might be 3rd party components out there that are better.
> But I found myself having to rewrite TTcpClient and TTcpServer for various
> reasons.
>
> - Original Message -
> From: "John Barrat" <[EMAIL PROTECTED]>
> To: "'Borland's Delphi Discussion List'" 
> Sent: Friday, September 29, 2006 4:52 AM
> Subject: Advice on Closing TtcpClient
>
>
>>I have built a control which embodies a TtcpClient control as a
>>sub-control.
>> In my test application for the control I have found that if I close the
>> application while the socket is still connected the application does not
>> close.  The form dissappears but it remains as a running process in task
>> manager.
>>
>> What is the safe way of closing this process?
>>
>> I have tried things like While Socket.Connected do socket.close but that
>> doesn't seem to allow a clean shutdown.
>>
>> This is my first attempt at a control so applogies if the question is a
>> bit
>> naive.
>>
>> John Barrat
>> ___
>> Delphi mailing list -> Delphi@elists.org
>> http://www.elists.org/mailman/listinfo/delphi
>>
>
> ___
> Delphi mailing list -> Delphi@elists.org
> http://www.elists.org/mailman/listinfo/delphi
>
>
> ___
> Delphi mailing list -> Delphi@elists.org
> http://www.elists.org/mailman/listinfo/delphi 

___
Delphi mailing list -> Delphi@elists.org
http://www.elists.org/mailman/listinfo/delphi


Re: Some editing and debugging features have disappeared

2006-10-21 Thread Jerry Clancy
Rob,

Did you check the Project | Options | Compiler settings to make sure 
the debugger options are checked? These may be needed to see the vars 
at runtime. Can't remember.

Jerry

At 12:38 PM 10/20/2006, you wrote:

>Hi everyone,
>
>My PC froze the other day and I had to hold down the power button and
>restart from cold.  I had Delphi open at the time - but I think the
>fault was elsewhere - maybe in Firefox.  In any case, ever since then
>several useful features seem to have disappeared from the Delphi Editor
>and Debugging system, namely:
>
>At design time:
>- the name and class of  a VCL object no longer appear when the mouse
>hovers over the object on screen;
>- the CTRL + click no longer takes me to the declaration of a function,
>type or variable unless the declaration is in the same unit (although
>the hourglass cursor does appear, which makes me think it is locating
>the declarartion but not displaying it).
>
>In debugging and stepping through code:
>- the values of variables no longer appear when the mouse hovers over
>the variable name on screen
>
>For a day or two I just adapted and found other ways of doing these
>things (and I suppose hoping that they would just correct themselves a
>fter a few restarts  :-)  )  but I'm getting frustrated now.
>
>I've tried going into the Tools | Editor options | Code insight and
>switching things on and off with no success.
>
>Anyone got any ideas on how to get these things back?
>
>Thanks,
>
>Rob
>
>___
>Delphi mailing list -> Delphi@elists.org
>http://www.elists.org/mailman/listinfo/delphi


___
Delphi mailing list -> Delphi@elists.org
http://www.elists.org/mailman/listinfo/delphi