digitalmars.D - getopt
- "jinheking" <caoqi bgi.net.cn> Apr 28 2007
- Alexander Panek <alexander.panek brainsware.org> Apr 28 2007
- "jinheking" <caoqi bgi.net.cn> Apr 28 2007
Is there any way to compile D programs that use unistd.h and the getopt function in a win32 environment?
Apr 28 2007
On Sat, 28 Apr 2007 17:57:56 +0800 "jinheking" <caoqi bgi.net.cn> wrote:Is there any way to compile D programs that use unistd.h and the getopt function in a win32 environment?
Yes. You have to create a D module with the prototypes, enumerations, etc. Please use the digitalmars.D.learn newsgroup for such kind of questions. Kind regards, Alex
Apr 28 2007
I had done it "jinheking" <caoqi bgi.net.cn> 写入消息新闻:f0v5r6$90j$1 digitalmars.com...Is there any way to compile D programs that use unistd.h and the getopt function in a win32 environment?
Apr 28 2007









Alexander Panek <alexander.panek brainsware.org> 