Re: [fpc-pascal] getaddrinfo

2015-03-29 Thread Mark Morgan Lloyd
Ewald wrote: On 03/20/2015 04:14 AM, MegaBrutal wrote: I also need some help with using the function, as it works very strangely on Linux, as it returns addrinfo structures, but the ai_addr member is always a null-pointer, which is theoretically impossible by the manual, in my understanding. A

Re: [fpc-pascal] getaddrinfo

2015-03-29 Thread Ewald
On 03/20/2015 04:14 AM, MegaBrutal wrote: > I also need some help with using the function, as it works very > strangely on Linux, as it returns addrinfo structures, but the ai_addr > member is always a null-pointer, which is theoretically impossible by > the manual, in my understanding. As Mark su

Re: [fpc-pascal] getaddrinfo

2015-03-29 Thread Mark Morgan Lloyd
Top-posting moved. Please don't. MegaBrutal wrote: 2015-03-20 4:14 GMT+01:00 MegaBrutal : Hi all, I'm working on an cross-platform application with DNS resolution with IPv6 support, but I can't really get around how should I handle IP version independent DNS resolution. After some searching,

Re: [fpc-pascal] getaddrinfo

2015-03-28 Thread MegaBrutal
Hi, Can anyone help me with this? 2015-03-20 4:14 GMT+01:00 MegaBrutal : > > Hi all, > > I'm working on an cross-platform application with DNS resolution with > IPv6 support, but I can't really get around how should I handle IP > version independent DNS resolution. After some searching, I see >

[fpc-pascal] getaddrinfo

2015-03-19 Thread MegaBrutal
Hi all, I'm working on an cross-platform application with DNS resolution with IPv6 support, but I can't really get around how should I handle IP version independent DNS resolution. After some searching, I see getaddrinfo might be a convenient solution, since it is implemented on multiple platforms