From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d153889ffa2b6d10 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-29 07:25:43 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!skynet.be!isdnet!psinet-france!psiuk-f4!psiuk-p4!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Named Pipe (FIFO) on Win NT Date: Tue, 29 May 2001 10:19:33 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9f0b5n$ib5$1@nh.pace.co.uk> References: NNTP-Posting-Host: 136.170.200.133 X-Trace: nh.pace.co.uk 991145975 18789 136.170.200.133 (29 May 2001 14:19:35 GMT) X-Complaints-To: newsmaster@pace.co.uk NNTP-Posting-Date: 29 May 2001 14:19:35 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:7842 Date: 2001-05-29T14:19:35+00:00 List-Id: Check on my web page (http://www.mcondic.com/) on the "Ada Programming" sub-page. I have an example there of how to create a named pipe on WinNT with Ada. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Peter Richtmyer" wrote in message news:th2rbprtofj4cb@corp.supernews.com... > I am trying to port an app from Unix to Win NT (Gnat Ada). > The app uses Named Pipes to send data between programs. > Have not been able to find "mkfifo" or a Windows equivalent to use. > > Is there an easy way to do this? It does not need to be elegant or > bullet-proof. > (The Win NT version is for development and test only.) > > > Thanks, > Peter > >