Date: Sun, 11 Aug 1996 11:53:52 +0200 (IST) From: Eli Zaretskii To: Andrew Getskow Cc: djgpp AT delorie DOT com Subject: Re: Making Winsock Apps under DJGPP In-Reply-To: <4ugh07$pnc@baygull.rtd.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 9 Aug 1996, Andrew Getskow wrote: > functions in winsock.dll, cause I thought that there wasn't such thing > as a FAR * in GCC. There are far pointers in DJGPP. Take a look at . > Then, how do I get a djgpp program to run in Windows without a .PIF > file? You just run it as any other DOS program. Either double-click on it in the file manager, or choose "File/Run" from the menu bar, or click on MSDOS prompt in the main group and run it as if you were on MSDOS.