|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - unistd.h & getcwd
Hi, next problem. I have a win32 source code that uses the "getcwd" function. I only found this declaration in "unistd.h". 1. This include is not documented anywhere, right? Why? 2. I need to define M_UNIX or M_XENIX to get this file included. What is this? I found no documentation. I see that it's for unix stuff but DMC is a Win32 compiler. 3. When including "unistd.h" I get a lot of other errors I didn't got before. Is there a Win32 compliant definition for "getcwd"? -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de Nov 12 2002
There once was a unix version of DMC, but it fell by the wayside. getcwd() for win32 is in direct.h. -Walter "Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:aqqg9b$2lk5$1 digitaldaemon.com...Hi, next problem. I have a win32 source code that uses the "getcwd" function. I only found this declaration in "unistd.h". 1. This include is not documented anywhere, right? Why? 2. I need to define M_UNIX or M_XENIX to get this file included. What is this? I found no documentation. I see that it's for unix stuff but DMC is Nov 12 2002
"Walter" <walter digitalmars.com> schrieb im Newsbeitrag news:aqrikl$mri$1 digitaldaemon.com...There once was a unix version of DMC, but it fell by the wayside. Nov 13 2002
Yeah, it should go. "Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:aqt0v0$3134$1 digitaldaemon.com..."Walter" <walter digitalmars.com> schrieb im Newsbeitrag news:aqrikl$mri$1 digitaldaemon.com...There once was a unix version of DMC, but it fell by the wayside. Nov 13 2002
A Linux DMC++ would be great. How much work is involved, Walter? "Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:aqt0v0$3134$1 digitaldaemon.com..."Walter" <walter digitalmars.com> schrieb im Newsbeitrag news:aqrikl$mri$1 digitaldaemon.com...There once was a unix version of DMC, but it fell by the wayside. Nov 13 2002
"Matthew Wilson" <dmd synesis.com.au> wrote in message news:aques1$2do1$1 digitaldaemon.com...A Linux DMC++ would be great. How much work is involved, Walter? Nov 14 2002
Consider me interested in DMC++ for Linux. I want my programs be cross-platform DOSX/Win32/Linux, but I don't want to use another compiler for Linux. Nic Tiger. "Walter" <walter digitalmars.com> wrote in message news:ar0r1l$1tv4$2 digitaldaemon.com..."Matthew Wilson" <dmd synesis.com.au> wrote in message news:aques1$2do1$1 digitaldaemon.com...A Linux DMC++ would be great. How much work is involved, Walter? Nov 14 2002
"Walter" <walter digitalmars.com> wrote in news:ar0r1l$1tv4$2 digitaldaemon.com:"Matthew Wilson" <dmd synesis.com.au> wrote in message news:aques1$2do1$1 digitaldaemon.com...A Linux DMC++ would be great. How much work is involved, Walter? Feb 24 2003
"W³odzimierz Skiba" <abx abx.art.pl> wrote in message news:b3cmnu$23ma$1 digitaldaemon.com..."Walter" <walter digitalmars.com> wrote in news:ar0r1l$1tv4$2 digitaldaemon.com:"Matthew Wilson" <dmd synesis.com.au> wrote in message news:aques1$2do1$1 digitaldaemon.com...A Linux DMC++ would be great. How much work is involved, Walter? Feb 24 2003
|