Cygpath: Path name conversion Issue

2004-06-07 Thread john george
Hi, I'm trying to convert the following path name to a unix specific format so that it could be passed as a parameter to the Unix "open(..)" system call. cygpath "\\Device\\harddiskdmvolumes\\physicaldmvolumes\\rawvolume3 " The converted path name is not accepted by the "open()" system call due to

How to access Raw Volumes in Cygwin Environment

2004-06-03 Thread john george
Hi, I'm trying to open a raw volume which I created using the microsot diskpart utility.This volume resides on the second disk(Which is a dynamic disk)which is attached to my system. I am able to access the first disk (which is a basic disk) and it's partition using open system call as follows: ope

RE: Trying to link an MSVC DLL with a Cygwin Application

2004-05-03 Thread john george
EMAIL PROTECTED]> wrote: > > From: john george > > > > I'm trying to link a MSVC++ created DLL with a > cygwin > > application. > > > > ... > > > > This gives me undefined refernce to function name > ... > > > > Is the

Trying to link an MSVC DLL with a Cygwin Application

2004-05-03 Thread john george
Hi , I'm trying to link a MSVC++ created DLL with a cygwin application. Could you please provide me any useful link realted to this issue. I'm trying the following commands but it doesn't seem to work: Trying to convert the MSVC++ created DLL to a shared lib using the dlltool dlltool --def test.