[twsocket] DLLs and Threads

2006-03-27 Thread Humm, Markus
Hello, it seems to work okay right now (not yet creating any sockets) but one thing is still sub-optimal, my message pump. You advised me to use GetMessage, but that creates the problem that the thread won't terminate gracefully if .terminate. SendMessage could solve it if it wouldn't require a w

Re: [twsocket] DLLs and Threads

2006-03-27 Thread Fastream Technologies
Hello Markus, I have just read the below message you sent and you really need to use GetMessage and when terminating you need to PostThreadMessage(ThreadID, WM_QUIT, 0, 0); Regards, SZ - Original Message - From: "Humm, Markus" <[EMAIL PROTECTED]> To: Sent: Monday, March 27, 2006 1:1

Re: [twsocket] DLLs and Threads

2006-03-27 Thread Humm, Markus
Hello, > -Ursprüngliche Nachricht- > Von: Fastream Technologies [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 27. März 2006 12:35 > An: ICS support mailing > Betreff: Re: [twsocket] DLLs and Threads > > > Hello Markus, > > I have just read the below message you sent and you really > ne

[twsocket] Creating Users for the FTP Server

2006-03-27 Thread Kevin Dreher
Hi, I'm learning now Delphi 7 and I want to creat my own FTP Server, but how can I write Users in the ICS FTP Component ? I just got always the Anoumous Access _ Haben Spinnen Ohren? Finden Sie es heraus – mit dem MSN Suche Superqu

Re: [twsocket] Creating Users for the FTP Server

2006-03-27 Thread Arno Garrels
Kevin Dreher wrote: > Hi, > > I'm learning now Delphi 7 and I want to creat my own FTP Server, but how > can > I write Users in the ICS FTP Component ? I just got always the Anoumous > Access You have the source ;-) procedure TSslFtpServerForm.SslFtpServer1Authenticate(Sender: TObject; Client