D with CygWin
unDEFER via Digitalmars-d
digitalmars-d at puremagic.com
Mon Nov 14 05:09:14 PST 2016
On Monday, 14 November 2016 at 12:36:53 UTC, Chris wrote:
> 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?
I still think how to better port my application. The goal of the
project is rewrite existing program environment entirely. But for
beginning it will very original file manager and text/image
viewer. The screenshot:
https://drive.google.com/open?id=0ByWS85CFyRGwd3ZJd3RrQ01razA
It is my "/". You can see "bin" with many files, "etc" with many
other directories and files, and the most interesting - "proc"
with many directories with the same structure.
So the problem is that I'm using rsync to copy. And rsync ported
to windows only with cygwin. And I think: make some rsync
replacement for windows with reduced functionality or use cygwin
for my program fully.
Strange that all I can find on "cygwin.h" request is
http://www.privoxy.org/dox/cygwin_8h-source.html
So I still don't understand what means "ship cygwin.dll".
More information about the Digitalmars-d
mailing list