Re: [fpc-pascal] Linux RecvMsg( ) Calls Missing

2014-06-15 Thread m...@rpzdesign.com
See solution below: > On 6/15/2014 6:08 PM, m...@rpzdesign.com wrote: >> I was looking through the RTL and found that cfprecvmsg( ) socket calls >> into the C Run Time library were commented out. >> >> Also commented out cfpsendmsg( ) calls. >> >> While recvfrom( ) is available, it does not includ

Re: [fpc-pascal] Linux RecvMsg( ) Calls Missing

2014-06-15 Thread m...@rpzdesign.com
Ok, I am getting closer. Under the unixsockets in RTL, it has all the declarations necessary. Anybody have an idea on how to use unixsockets in a uses clause so the compiler will not trigger: Can't find unit 'unixsockets' used by .pas Or should I just add the RTL to my project path? Thanks

[fpc-pascal] Linux RecvMsg( ) Calls Missing

2014-06-15 Thread m...@rpzdesign.com
I was looking through the RTL and found that cfprecvmsg( ) socket calls into the C Run Time library were commented out. Also commented out cfpsendmsg( ) calls. While recvfrom( ) is available, it does not include the PTKINFO options necessary to determine a destination IP address on a multi interf