c++.dos - Missing functions
-
Gisle Vanem
(4/4)
Jul 17 2002
The
functions opendir(), readdir() and closedir() are not... - Walter (7/10) Jul 17 2002 part of any sd?.lib.
- Cesar Rabak (8/20) Jul 18 2002 Walter,
- Walter (4/7) Jul 18 2002 Yes, it is very possible, but there weren't enough people interested in ...
- Matthew Wilson (3/11) Jul 23 2002 I'd be very interested in a Linux port
The <sys/dirent.h> functions opendir(), readdir() and closedir() are not part of any sd?.lib. They are not ifdef'ed in <sys/dirent.h>, so I assume they should be present. Did someone forget to include them? Gisle V.
Jul 17 2002
"Gisle Vanem" <giva bgnett.no> wrote in message news:ah3dkq$o0f$1 digitaldaemon.com...The <sys/dirent.h> functions opendir(), readdir() and closedir() are notpart of any sd?.lib.They are not ifdef'ed in <sys/dirent.h>, so I assume they should bepresent. Did someoneforget to include them?They were for the (once upon a time) SCO unix version, and were never implemented for DOS. The findfirst/findnext functions should deliver all the functionality needed, however.
Jul 17 2002
Walter wrote:"Gisle Vanem" <giva bgnett.no> wrote in message news:ah3dkq$o0f$1 digitaldaemon.com...Walter, Does this means it is possible to port the DM C/C++ compiler to unixy OSs? I'm just wondering if a Linux port could be added!! -- Cesar Rabak GNU/Linux User 52247. Get counted: http://counter.li.org/The <sys/dirent.h> functions opendir(), readdir() and closedir() are notpart of any sd?.lib.They are not ifdef'ed in <sys/dirent.h>, so I assume they should bepresent. Did someoneforget to include them?They were for the (once upon a time) SCO unix version, and were never implemented for DOS. The findfirst/findnext functions should deliver all the functionality needed, however.
Jul 18 2002
"Cesar Rabak" <csrabak uol.com.br> wrote in message news:3D376A89.A302944A uol.com.br...Walter, Does this means it is possible to port the DM C/C++ compiler to unixy OSs? I'm just wondering if a Linux port could be added!!Yes, it is very possible, but there weren't enough people interested in it to make the project worthwhile.
Jul 18 2002
I'd be very interested in a Linux port "Walter" <walter digitalmars.com> wrote in message news:ah89qr$1dvn$1 digitaldaemon.com..."Cesar Rabak" <csrabak uol.com.br> wrote in message news:3D376A89.A302944A uol.com.br...Walter, Does this means it is possible to port the DM C/C++ compiler to unixy OSs? I'm just wondering if a Linux port could be added!!Yes, it is very possible, but there weren't enough people interested in it to make the project worthwhile.
Jul 23 2002