Re: Missing header file conio.h

2000-05-21 Thread J.H.M. Dassen \(Ray\)
On Sat, May 20, 2000 at 04:36:41 -0700, Eric G . Miller wrote: > The semi-equivalent system under Unix would be [n]curses. There's > probably little chance of getting that program to run under Linux without > some serious rewriting on your part. Well, there is a reasonable chance it will compile

Re: Missing header file conio.h

2000-05-20 Thread David Teague
On Sat, 20 May 2000, Oliver Hingst wrote: > Hello, > I am trying to compile a C++ program, which will be at some point a > Reverse Polish Notation program. I am trying to use a function called > getche() . Therefore, from what I have read, I need to > > #include > > The problem is on my Potat

Re: Missing header file conio.h

2000-05-20 Thread Eric G . Miller
On Sat, May 20, 2000 at 12:09:18PM +0100, Oliver Hingst wrote: > Hello, > I am trying to compile a C++ program, which will be at some point a > Reverse Polish Notation program. I am trying to use a function called > getche() . Therefore, from what I have read, I need to > > #include That's a D

Missing header file conio.h

2000-05-20 Thread Oliver Hingst
Hello, I am trying to compile a C++ program, which will be at some point a Reverse Polish Notation program. I am trying to use a function called getche() . Therefore, from what I have read, I need to #include The problem is on my Potato system, this file is missing even though, I have installe

Re: need missing header file serial_compat.h

2000-03-08 Thread Shaul Karl
> hello, > > I was wondering where can I get that missing header file > serial_compat.h > I can not locate this file on my machine. How did you come to the conclusion that you need it? This might be a lead for the way to get it. -- Shaul Karl

need missing header file serial_compat.h

2000-03-07 Thread Joseph de los Santos
hello, I was wondering where can I get that missing header file serial_compat.h thanks. __ Get Your Private, Free Email at http://www.hotmail.com

Re: missing header file

1998-12-16 Thread Robert Kerr
On Tue, 15 Dec 1998, Mike Touloumtzis wrote: > On Mon, Dec 14, 1998 at 10:57:21PM -0700, Robert Kerr wrote: > > > > Hi, > > I'm trying to port a program from HP-UX to Linux, but I seem to be missing > > a header file. This seems kind of strange to me, since the header file is > > present in the g

Re: missing header file

1998-12-15 Thread Mike Touloumtzis
On Mon, Dec 14, 1998 at 10:57:21PM -0700, Robert Kerr wrote: > > Hi, > I'm trying to port a program from HP-UX to Linux, but I seem to be missing > a header file. This seems kind of strange to me, since the header file is > present in the gcc directories on the HP's, but nowhere is it to be found

missing header file

1998-12-15 Thread Robert Kerr
Hi, I'm trying to port a program from HP-UX to Linux, but I seem to be missing a header file. This seems kind of strange to me, since the header file is present in the gcc directories on the HP's, but nowhere is it to be found on my LInux box. The header file is generic.h. Where can I get this?