compiling winsock apps

Tim Newsham newsham@aloha.net
Tue Oct 28 18:40:00 GMT 1997


> I have read the archives, the faq's, the docs (that I could find) and I still can't find how to compile a winsock application.  I can't even get all the headers to compile properly.  Can anyone out there offer some help or simple samples on how to get a standard winsock cpp application to compile and run properly.

^^ you should hit the enter key once every 70 characters.

You need to do:

    #define Win32_Winsock
    #include <windows.h>

to pull in the winsock defines rather than the cygwin (bsd style)
socket defines.

> Benjamin G. Miller

                                      Tim N.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list