Re: Urgent !!! Reg Linking sybase DLL in cygwin.

2008-05-27 Thread Mani kandan
Hi, > > Yes, I am not able to link directly sybase .dll in g++ compiler in cygwin. > I have created .def file with help of dumpbin command. I have > modified the .def file. > My .def file will be > EXPORTS > >JagCppProcess_main >delete_JagCppProcess >new_JagCppProces

Reg : System Command Not Working

2008-06-02 Thread Mani kandan
Hi, We are migrating unix application to windows. We have converted the Unix samp.sh file to samp.bat for windows. While converting samp.sh file we have used some unix command in samp.bat file.We have installed SFU to support those unix command. We are using some cygwin exe also.We have i

Re: Reg : System Command Not Working

2008-06-03 Thread Mani kandan
I don't understand why you wouldn't just use samp.sh unchanged from Unix without changing it to a .bat file and use either product the way it was designed without SFU with cygwin binaries or vice versa. But, unless this is just a simple PATH environment variable problem, i'm sorry, but we're reall

Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Mani kandan
Hi, We have built an exe in cygwin which calls a .bat file which inturn invokes another cygwin generate exe. When we run exe in Windows 2003 Server, we get the following error. 69750 [main] ? (5536) C:\cygwin\bin\sh.exe: *** fatal error - cygheap base mis match detected - 0x9F88E0/0x611688E0. Th

Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Mani kandan
This problem is probably due to using incompatible versions of the cygwin DLL. > Search for cygwin1.dll using the Windows Start->Find/Search facility > and delete all but the most recent version. The most recent version *should* > reside in x:\cygwin\bin, where 'x' is the drive on which you have >

Urgent !!! Need details about signal in cygwin

2008-10-02 Thread Mani kandan
Hi, We use the signal(SIGCHLD,sample) to get the status of the child process according which we do further processing. following is the sample function void sample(int signo) { char *funcName = "sample()"; int s = 0; int a = -1; int get_pid_indx; int pid = 0; int Debug = 0; if