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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8322a4988cbaf868,start X-Google-Attributes: gid103376,public From: "Peter Richtmyer" Subject: WIN32 Named Pipes Date: 2000/11/24 Message-ID: <_avT5.39502$1c.567927@e420r-sjo2.usenetserver.com>#1/1 X-Deja-AN: 697411094 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: abuse@webusenet.com Organization: WebUseNet Corp http://www.usenetserver.com - Home of the fastest NNTP servers on the Net. X-MSMail-Priority: Normal Reply-To: "Peter Richtmyer" NNTP-Posting-Date: Fri, 24 Nov 2000 09:46:18 EST Newsgroups: comp.lang.ada Date: 2000-11-24T00:00:00+00:00 List-Id: I am trying to use Windows NT named pipes to set up a simple Client / Server system. Having trouble using either "open" or "GNAT.OS_Lib.Create_New_File". (Gnat 3.13p). Does anyone have a snippet of code or reference to some code that works? And perhaps a link to more info on it. Thanks, Peter