Re: Launching a cygwin binary from an application using CreateProcess Win32 API.

2005-06-09 Thread Alireza Ghasemi
Venaktesh Goapal wrote > Hi, > > I tried what is mentioned in the subject above but > have not been successful. > > CreateProcess(...) returns the error 1305. > > From Winerror.h > > #define ERROR_UNKNOWN_REVISION 1305L > > Has someone tried this, or know the reason for the > error. > >

Re: Launching a cygwin binary from an application using CreateProcess Win32 API.

2005-06-07 Thread Christopher Faylor
On Tue, Jun 07, 2005 at 12:27:54PM -0700, Venkatesh Gopal wrote: >Hi, > >I tried what is mentioned in the subject above but >have not been successful. > >CreateProcess(...) returns the error 1305. > >From Winerror.h > >#define ERROR_UNKNOWN_REVISION 1305L > >Has someone tried this, or kno

Launching a cygwin binary from an application using CreateProcess Win32 API.

2005-06-07 Thread Venkatesh Gopal
Hi, I tried what is mentioned in the subject above but have not been successful. CreateProcess(...) returns the error 1305. >From Winerror.h #define ERROR_UNKNOWN_REVISION 1305L Has someone tried this, or know the reason for the error. Thanks, Venkatesh. _