Date: Sat, 04 Nov 2000 08:40:09 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <2110-Sat04Nov2000084008+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h In-reply-to: <7ot60too6v9k256nb2854jkq9mp62igco1@4ax.com> (message from Damian Yerrick on Sat, 04 Nov 2000 02:49:35 GMT) Subject: Re: Can I query the WWW from a DJGPP program? References: <8tu6jd$7o9$1 AT news DOT stortek DOT com> <9ld50t0bdc1j4447j7jc73k76u0pq3dg8g AT 4ax DOT com> <7ot60too6v9k256nb2854jkq9mp62igco1 AT 4ax DOT com> 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 > From: Damian Yerrick > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 04 Nov 2000 02:49:35 GMT > > I'm using a temporary file instead of a popen() because Lynx on the > PATH is most likely a Win32 build, and AFAIK popen() has problems > between DOS and Win32 programs (i.e. across virtual machines). Actually, there's no problem with redirection and popen when a DJGPP program invokes a Windows console application, like in this case. For example, I'm using a Windows command-line mail utility to write my mail, including this one, invoking it from a DJGPP-compiled Emacs; see the headers of this message for details. The problems happen in the opposite case: when some careless Windows programs invoke DJGPP programs.