Hi,
I'm currently working with the StrToIp6 function and it appears to behave
incorrectly.
e.g.
procedure TForm1.Ip6Test;
var
Ip6: TIp6Bytes;
begin
Ip6 := StrToIp6('::1111:1111');
ShowMessage(Ip6ToStr(Ip6)); //Displays "::1111", should be "::1111:1111"
end;
The above displays "::1111", when it should be "::1111:1111". Bug?
Thanks for your help and a great library :o)
Cheers,
Paul
------------------------------------------------------------------------------
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public