defuse / passgen

A password generator.
78 stars 25 forks source link

Windows Support #20

Open defuse opened 10 years ago

defuse commented 10 years ago

Passgen should build and be usable on Windows systems.

defuse commented 10 years ago

The big blocker here is that Windows doesn't have getopt(). Maybe there's a compatibility library?

phillid commented 9 years ago

This project could be of use to you

sarciszewski commented 9 years ago

http://www.codeproject.com/Articles/1940/XGetopt-A-Unix-compatible-getopt-for-MFC-and-Win32 Link with HTTP

phillid commented 9 years ago

@sarciszewski That's a bit embarrassing for me. Original comment fixed.

sergeevabc commented 5 years ago

Is there anything a mere Windows user without dev skills could do to expedite a resolution of this issue?