• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
CFSocket on Windows?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CFSocket on Windows?


  • Subject: CFSocket on Windows?
  • From: OL&L Lists <email@hidden>
  • Date: Sun, 10 Apr 2005 23:32:17 -0700

Title: CFSocket on Windows?
I noticed in CFSocket.h the following:

#if defined(__WIN32__)
#include <winsock.h>
typedef SOCKET CFSocketNativeHandle;
#else
typedef int CFSocketNativeHandle;
#endif
typedef struct __CFSocket * CFSocketRef;

Is there a way to use a CFSocket as a replacement for a SOCKET in WIn32 code? I have some existing Win32 winsock code I woul like to port to OS X.

Thanks,

Michael
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: CFSocket on Windows?
      • From: Quinn <email@hidden>
  • Prev by Date: Re: URLIdle() Hangs?
  • Next by Date: Re: CFSocket on Windows?
  • Previous by thread: Re: URLIdle() Hangs?
  • Next by thread: Re: CFSocket on Windows?
  • Index(es):
    • Date
    • Thread