From: newsham@aloha.net (Tim Newsham)
Subject: Re: compiling winsock apps
29 Oct 1997 03:05:11 -0800
Message-ID: <199710282042.KAA05336.cygnus.gnu-win32@haleakala.aloha.net>
References: <s454b823.076@dccinc.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
To: bgmiller@dccinc.com (Ben Miller)
Cc: gnu-win32@cygnus.com

> 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".
