X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin Steuer Newsgroups: comp.os.msdos.djgpp Subject: Re: Coding links between two worlds.. Date: Thu, 14 Oct 2004 15:42:45 +0200 Lines: 8 Message-ID: <2t7e2lF1qtjugU1@uni-berlin.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de j6PxMdhkqja3pxspsTaGJgup5lpDFHQzA6ip82NEP7Oyv0 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk It also depends on the OS you're going to use your DJGPP program on. On pure DOS Watt-32, as mentioned above should be ok. On Win95 you could try libsocket. Above it might get difficult and you might be better off using a native Win32 compiler, such as MinGW. Socket programming under Win32 is not much different than BSD Socket programming, only the parameters of some functions differ a bit.