Re: [twsocket] TWSocket component within DLL

2007-11-26 Thread Wilfried Mestdagh
Hello Pete, set it to True, then TWSocket uses his own mesage pump, otherwise the TApplication mesage pump is used. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please go

Re: [twsocket] TWSocket component within DLL

2007-11-26 Thread Pete Williams
Just a quick question about this, should Multithreaded = TRUE or FALSE? Francois PIETTE wrote: > You need a message pump for event to fire. > To be independent of the DLL hosting application, you should probably put > all ICS code within a thread in the DLL, with the thread having his own > mess

Re: [twsocket] TWSocket component within DLL

2007-11-25 Thread Pete Williams
Thank you Francois, I'll try that and when I've got it working I'll post the code. Cheers, - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, November 24, 2007 3:39 PM Subject: Re:

Re: [twsocket] TWSocket component within DLL

2007-11-24 Thread Francois PIETTE
> I'm trying to use TWSocket to listen for incoming data and display it on > a console. TWSocket is initialised and used within a Delphi DLL. > > The problem I have is that I initialise the TWSocket component, but none > of the events fire to tell me about the incoming data. If I use the > componen

[twsocket] TWSocket component within DLL

2007-11-24 Thread Pete Williams
Hi I hope someone can help me. I'm trying to use TWSocket to listen for incoming data and display it on a console. TWSocket is initialised and used within a Delphi DLL. The problem I have is that I initialise the TWSocket component, but none of the events fire to tell me about the incoming dat