Re: [twsocket] ICS Stable for 64bits?

2013-05-17 Thread Arno Garrels
On Thursday, May 16, 2013 11:05 PM [GMT+1=CET], Eric Fleming Bonilha schrob: Hello! I would like to know if ICS is already stable for 64bits development. I'm pretty sure it is. Try the the demos including SSL/TLS they do work. I`m porting my system to 64bits and I updated to ICS8, but I´m

[twsocket] Shared handles problem

2013-05-17 Thread Eric Fleming Bonilha
Hello ICS team, I´m currently using your implementation of shared handles in all my applications (I have actually removed all AllocateHwnd and changed to use your implementation in your to share handles between objects and save some OS resources), and I think that I have found a flaw in the

[twsocket] RES: Shared handles problem

2013-05-17 Thread Eric Fleming Bonilha
Well I have seen that you UnregisterMessage routine already removes messages from the queue: if FHandle 0 then while PeekMessage(LMsg, FHandle, Msg, Msg, PM_REMOVE) do {loop} ; Strange.. must be something else, I will keep digging! Eric De: Eric Fleming Bonilha