X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:a05:620a:1645:: with SMTP id c5mr14424409qko.63.1617395332012; Fri, 02 Apr 2021 13:28:52 -0700 (PDT) X-Received: by 2002:a25:850a:: with SMTP id w10mr20190694ybk.402.1617395331781; Fri, 02 Apr 2021 13:28:51 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 2 Apr 2021 13:28:51 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=89.177.43.117; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.177.43.117 References: <83o8f4oftm DOT fsf AT gnu DOT org> <83mtuooepe DOT fsf AT gnu DOT org> <83lfa8ocdx DOT fsf AT gnu DOT org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: issue with popen and reading from stdout From: "RayeR (rayer314 AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Fri, 02 Apr 2021 20:28:52 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 1617 Lines: 0 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 Yes I met some apps originally made for linux that used fopen ("r" instead of "rb" / or "wb" that caused various issues and needed to patch them for windows/dos...