[fpc-devel] StrToNetAddr6

2005-08-13 Thread Johann Glaser
Hi! It seems that the StrToNetAddr6 function is not implemented yet (http://svn.freepascal.org/svn/fpc/trunk/rtl/inc/sockets.inc). I wrote an implementation (attached as file including some testcases). I hope you can use it for the Sockets unit. Bye Hansi Program IP6; Function StrToNetAddr6(I

Re: [fpc-devel] StrToNetAddr6

2005-08-24 Thread Florian Klaempfl
Johann Glaser wrote: > Hi! > > It seems that the StrToNetAddr6 function is not implemented yet > (http://svn.freepascal.org/svn/fpc/trunk/rtl/inc/sockets.inc). I wrote > an implementation (attached as file including some testcases). I hope > you can use it for the Sockets unit. Thx, added. > >