Thread overview
getopt
Apr 28, 2007
jinheking
Apr 28, 2007
Alexander Panek
Apr 29, 2007
jinheking
April 28, 2007
Is there any way to compile D programs that use unistd.h and the getopt function in a win32 environment?



April 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
April 29, 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?
>
>
>