Re: [twsocket] Problem with DataAvailable (similar) [fixed]

2013-03-26 Thread Arno Garrels
Pascal Chapon wrote: > Okay, everything is fine if I do it with a PostMessage and process > the non-blocking loop in a separate procedure. Yes, that is the solution. Not to call the message pump in event handlers is one of the Ten Coding Commandments, not just in ICS. -- Arno -- To unsubsc

Re: [twsocket] Problem with DataAvailable (similar) [fixed]

2013-03-25 Thread Pascal Chapon
Okay, everything is fine if I do it with a PostMessage and process the non-blocking loop in a separate procedure. Many thanks to Arno, Pascal -- Argh... Well, not directly in the dataAvailable itself, but it happens in certain cases of the function decoding the str