Re: [fpc-pascal] fpsockets

2017-10-31 Thread Victor Campillo
On 31/10/17 10:26, José Mejuto wrote: El 30/10/2017 a las 15:40, Victor Campillo escribió: Hello, fpioctl seems to not be implemented in Windows, but anyway your help give me a clue about a possible solution to my problem. Thank you. Hello, In windows you have the function "ioctlsocket" i

Re: [fpc-pascal] fpsockets

2017-10-31 Thread José Mejuto
El 30/10/2017 a las 15:40, Victor Campillo escribió: You have the function "FpIOCtl" with the option FIONREAD, I use it to read the amount of data of the reception buffer before call "fprecv" but if I remember correctly this only work when you configure the socket as asynchronous. Hello, fp