Anton S. wrote:
>> It's not for .NET however for Delphi 7+ and BCB 2006+, what is the
>> problem?
> Do you mean that ICS currently couldn't be compiled under .NET?

The .NET code in V7 is unfinished work, it never compiled.

> 
>> FHSocket actually is of type TSocket = u_int = Integer defined in
>> Winsock.pas, WPARAM and LPARAM are of type Integer defined in
>> Windows.pas, there is no cast required. Do you use Delphi?
> Aah, I remembered. I changed Winsock.pas so that TSocket is Cardinal
> which really is what it should be (U_int is unsigned undoubtedly, and
> declaring socket as signed is a bug leading to another range check
> errors in some cases). I hope this bug would sometimes be fixed so
> it's better to cast it explicitly.

I doubt that Winsock.pas will see such a change, it's historical.

-- 
Arno Garrels
    


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to