Message-ID: <03ea01c30d2a$8a002a40$0600000a@broadpark.no> From: "Gisle Vanem" To: References: Subject: Re: errors when linking winsock prog Date: Mon, 28 Apr 2003 04:04:44 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Reply-To: djgpp AT delorie DOT com "Bart van den Burg" said: > I'm writing myself a socket.cpp > source is below > it compiles fine, but when I try to link it to some other file, i get these > errors: You cannot make Winsock programs with djgpp. Use gcc/MingW or Cygwin for that. More at http://www.mingw.org. If you need network sockets for DOS, you can try Watt-32 available at http://www.bgnett.no/~giva/. --gv