RE: [twsocket] Assign event handler to manually created TStmpCli

2005-06-30 Thread Bjørnar Nielsen
ECTED] On Behalf Of Wilfried Mestdagh > Sent: 29. juni 2005 19:36 > To: ICS support mailing > Subject: Re: [twsocket] Assign event handler to manually > created TStmpCli > > Hello Patrick, > > > BTW, the mail can be sent out by ignoring the error. > Calling the exe

Re: [twsocket] Assign event handler to manually created TStmpCli

2005-06-29 Thread Wilfried Mestdagh
Hello Patrick, > BTW, the mail can be sent out by ignoring the error. Calling the > exe out of the IDE does not have error > at all. This is very strange. It looks to me a CBulder IDE bug. Can someone confirm this ? I have no CBuilder installed at the moment, but is there someone who can step t

Re: [twsocket] Assign event handler to manually created TStmpCli

2005-06-27 Thread Wilfried Mestdagh
Hello Patrick, > to see what goes wrong. However in the Pascal unit the "Watch" and > "Debug - Inspect" features of the C++ Builder IDE are not workable. I'm not 100% sure, but I thought you dan step trough pascal units with cbuilder. Try to delete the SmtpProt.obj and SmtpProt.dcu files (maybe

Re: [twsocket] Assign event handler to manually created TStmpCli

2005-06-24 Thread Francois Piette
> I also note in the SmtpProt.pas there is a derived class TSyncSmtpCli. > Does this class support blocked operations which are not > message-based? Is there any example in using this derivative? TSyncSmtpCli is message based as are all other ICS component except icmp/ping. Message-based compon

Re: [twsocket] Assign event handler to manually created TStmpCli

2005-06-23 Thread Wilfried Mestdagh
Hello Patrick, TSyncSmtpCli is discouraged to use because it is very old and therefore not really supported anymore.Use TSmspCli instead. --- Rgds, Wilfried http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/lis

Re: [twsocket] Assign event handler to manually created TStmpCli

2005-06-23 Thread Arno Garrels
Patrick Wong wrote: > Thanks for your advice. > > Console program does not have message pump by default. I built a simple > function to peek messages in the following way: > > void __fastcall PumpMessages() > { > MSG Msg; > unsigned short TimeTick = 0; > > while(TimeTick < 50) > { >

Re: [twsocket] Assign event handler to manually created TStmpCli object

2005-06-21 Thread Francois Piette
Does you console mode program have a message pump ? Without message pump, you wont have any event triggered. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Patrick Wong" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 22, 2005 4:48 AM Subject: [twsocket] Assign eve