From: Gecko23 Newsgroups: comp.os.msdos.djgpp Subject: Re: question Date: Thu, 28 Oct 1999 18:49:03 GMT Organization: Deja.com - Before you buy. Lines: 35 Message-ID: <7va5qv$8u2$1@nnrp1.deja.com> References: NNTP-Posting-Host: 209.138.155.111 X-Article-Creation-Date: Thu Oct 28 18:49:03 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) X-Http-Proxy: 1.0 x41.deja.com:80 (Squid/1.1.22) for client 209.138.155.111 X-MyDeja-Info: XMYDJUIDgk_2345 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , djgpp AT delorie DOT com wrote: > Hi, > > I've got a C rogram called multiping that I managed to compile > and run on Solaris 2.6. > > Does anyone have any ideas of how to compile and run this program on WIN32 > systems ? > Well, you'll need a win32 compatible compiler, and possibly a sockets library. There are essentially 4 choices for a (free)C/C++ compiler for win32: MingW32, LCC-WIN32 (C only), Cygwin, RSXNTDJ. (all are gcc ports except LCC, it is from a different group) Using any of these compilers, you need to map your socket calls to the winsock interface, and you're on your way. (a search on this newsgroup will turn up URLS for all of these compilers) Good luck. -- Sent via Deja.com http://www.deja.com/ Before you buy.