From: dj AT delorie DOT com (DJ Delorie) Subject: *Why* use cygwin.dll from non-cygwin apps? 30 Dec 1998 14:56:13 -0800 Message-ID: <199812302128.QAA07899.cygnus.cygwin32.developers@envy.delorie.com> To: cygwin32-developers AT cygnus DOT com What kinds of things to people expect to work when using the cygwin dll in a non-cygwin application? For example, I'd expect the path converters to work (converting posix paths to win32 paths), but I wouldn't expect fork to work (fork needs to know a *lot* about the application). So, I need to know what things are expected to work so I know where to focus on and what to test. DJ