Thread overview
looking for libraries
Jun 06, 2002
Steve Adams
Jun 06, 2002
Jan Knepper
Jun 06, 2002
Steve Adams
June 06, 2002
In what libraries are things like popen() and opendir() located?  They are
in the include files, but don't seem to get included in the link.



June 06, 2002
I think they are in the header files in in the M_UNIX block or something like
that???
Which means they are not being used at this time as the compiler does not
generate code for Unix platforms anymore I think...

Jan



Steve Adams wrote:

> In what libraries are things like popen() and opendir() located?  They are
> in the include files, but don't seem to get included in the link.

June 06, 2002
They are there, but popen() and pclose() are supported by VC/C++.  Although
they are called _popen() and _pclose().


"Jan Knepper" <jan@smartsoft.cc> wrote in message news:3CFFA7EF.6F529FC1@smartsoft.cc...
> I think they are in the header files in in the M_UNIX block or something
like
> that???
> Which means they are not being used at this time as the compiler does not
> generate code for Unix platforms anymore I think...
>
> Jan
>
>
>
> Steve Adams wrote:
>
> > In what libraries are things like popen() and opendir() located?  They
are
> > in the include files, but don't seem to get included in the link.
>