Where is setsockopt?

  • Thread starter Thread starter Jeremy
  • Start date Start date
J

Jeremy

Is there no DLL on the Pocket PC that implements 'setsockopt'?

According to the .NET CF FAQ (URL below), one can work around the CF's
problem with SetSocketOption/ReuseAddress by P/Invoking 'setsockopt'
with SO_REUSEADDR set to true. However, I can't find a DLL on Pocket
PC 2002 that implements the socket functions.

Can anyone shed some light on this?

http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/faq/default.aspx#8.11

Thanks.

[please sent responses to jeremy (AT) imtc (DOT) gatech (DOT) edu]
 
Ah ha. Winsock.dll is there after all-- just hidden.

I didn't realize that even though Windows Explorer is set to show
hidden files, it doesn't when browsing a Pocket PC device.

What a pain. I don't see any point in hiding the bulk of the DLL
files...

Thanks!

[please send responses to jeremy (AT) imtc (DOT) gatech (DOT) edu]

Alex Feinman said:
Winsock.dll

Jeremy said:
Is there no DLL on the Pocket PC that implements 'setsockopt'?

According to the .NET CF FAQ (URL below), one can work around the CF's
problem with SetSocketOption/ReuseAddress by P/Invoking 'setsockopt'
with SO_REUSEADDR set to true. However, I can't find a DLL on Pocket
PC 2002 that implements the socket functions.

Can anyone shed some light on this?

http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/faq/default.aspx#8.11

Thanks.

[please sent responses to jeremy (AT) imtc (DOT) gatech (DOT) edu]
 
Back
Top