Axel,
my answer is below.
> Am Mittwoch, 6. April 2005 20:48 schrieb Ovanes Markarian:
> > Hi all!
> >
> > I am trying to open a local file under cygwin using either the URI or
> > local unix name for it. Under Win32 (XP) this code works fine, but
> > under Cygwin it fails. I tried a lot of appro
Am Mittwoch, 6. April 2005 20:48 schrieb Ovanes Markarian:
> Hi all!
>
> I am trying to open a local file under cygwin using either the URI or
> local unix name for it. Under Win32 (XP) this code works fine, but
> under Cygwin it fails. I tried a lot of approaches, like splitting
> the path into th
Hi all!
I am trying to open a local file under cygwin using either the URI or
local unix name for it. Under Win32 (XP) this code works fine, but under
Cygwin it fails. I tried a lot of approaches, like splitting the path
into the systemId and relative path or passing the entire path.
Can someone