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. _

Re: JNI and cygwin

2005-05-11 Thread Venkatesh Gopal
pdcurses works fine, but I assume it has its limitations. The "ncurses" component of cygwin seems to be more complete in comparison to other platforms. Venkatesh. --- "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: > Venkatesh Gopal wrote: > > > I need to

Re:JNI and cygwin

2005-05-11 Thread Venkatesh Gopal
I need terminal and ncurses support and I have a JNI layer that interacts with "curses" functions.The JNI wrapper needs to be built into a shared library. I have problems using the cygwin libraries with Java VM. I have a smaller example that can reproduce the issue... The shared library when co

JNI and cygwin.

2005-05-09 Thread Venkatesh Gopal
Hi, I assume that the cygwin/JNI combination has still not been fixed in the latest version. I need to make use of the cygwin libraries to get TERMinal support. Any workarounds? Any other libraries supporting curses and TERMinal operations for Windows would also be useful. Thanks, venkat.