Recently, i found my application, which's developped under Delphi.NET, the socket callback function never get called, causing the socket message cannot be sent to the target client.
Is it possible a bug of the socket class in Delphi.NET? Or will it be relative to the Anti Virus software, or something else? Since this problem only happen in some workstation, but not all my testing environment.
Thank you.
Finally, i've got the answer, it's just because .NET Framework 1.1 hasn't been installed in the workstation, once installed, all goes fine