[fpc-pascal] File Descriptor in Windows ?
fredvs
fiens at hotmail.com
Sat Mar 21 19:37:50 CET 2015
Hello.
In Unix systems File Descriptor can be created with fpPipe(FDInput,
FDOutput).
Then FDInput/FDOutput may be used as file descriptors.
Ok, perfect.
But fpPipe is part of BaseUnix/Unix...
So the question is:
How to create such of File Descriptor with Windows?...
Many thanks.
Fre;D
1) - Use fpPipe in BaseUnix/Unix to create a fifo.
2) - Create a THandleStream using the returned input value of fpPipe.
3) - Use mpg123_open_fd from the output value from fpPipe
4) - Use an instance of TfpHttpClient.Get(YourURL, AHandleStream) to
retrieve the stream.
-----
Many thanks ;-)
--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/File-Descriptor-in-Windows-tp5721448.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
More information about the fpc-pascal
mailing list