Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!mit-eddie!bloom-beacon!eru!kth.se!cyklop.nada.kth.se!news From: d88-pfo@dront.nada.kth.se (Peter Forsberg) Newsgroups: comp.os.os2.programmer Subject: Re: Named pipes in OS/2 Message-ID: Date: 28 May 91 07:22:36 GMT References: <2765@umriscc.isc.umr.edu> Sender: news@nada.kth.se (Mr News) Organization: Royal Institute of Technology, Stockholm, Sweden Lines: 32 In-reply-to: jyothi@franklin.ee.umr.edu's message of 27 May 91 21:40:51 GMT In article <2765@umriscc.isc.umr.edu> jyothi@franklin.ee.umr.edu (Jyothi Nagaraj) writes: I am working on a program written in MS C 6.0 for OS/2 environment which uses named pipes. It is a demo profram called "npserver.c". I am trying to add on some stuff to the program and recompile it. But, I am not able to recompile it since it says it cannot find the "include" file "". Now the person who has written the program(unknown) has used the include statements in the foll manner: #include #include #include [...] The program could have been written for an older version of MS C or the IBM C/2 compiler. At least the latter has a directory called MT under the INDLUDE directory. This contains headerfiles matching the special MT (multitasking) library supplied with that compiler. Now, MS C 6.00 has, I believe, all reentrant library functions, and so doesn't need a separate library with separate headerfiles. Thanks in advance. Please reply to : jyothi@ee.umr.edu Peter. -- Peter A. Forsberg Royal Institute of Technology, Stockholm, Sweden. IBM Sweden, Banking & Finance Applications. E-mail: d88-pfo@nada.kth.se or peterf@stovm1.vnet.ibm.com #include