D with CygWin
Chris via Digitalmars-d
digitalmars-d at puremagic.com
Mon Nov 14 04:36:53 PST 2016
On Monday, 14 November 2016 at 12:24:17 UTC, unDEFER wrote:
> Hello!
> I want to port my D application to Windows using CygWin. Is it
> possible? How?
It is. I'd recommend MinGW, though. Else you will have to ship
the cygwin.dll. However, you can compile your D app directly on
windows with dmd/dub, depending on the app. What kinda
application is it?
More information about the Digitalmars-d
mailing list