strange thing for execlp() function

2004-01-24 Thread kaiduan xie
Hi,all, I just want to use execlp to invoke another program from a program. It works on Linux, but it stucks on Cygwin. Acutally, this is a very very very simple program: #include #include #include #include #include int main() { pid_t pid; printf("Hello, cygwin!\n")

Re: How to access soundcard in cygwin

2004-01-06 Thread kaiduan xie
supports > it. If all that's required is a /dev/dsp device > file that can be written > to, then Cygwin has that. I'm guessing the API is a > bit more than that, > though. > Igor > > On Tue, 6 Jan 2004, kaiduan xie wrote: > > > Igor, > >

How to access soundcard in cygwin

2004-01-06 Thread kaiduan xie
Hi, all, I am going to port a Linux program that read/write the soundcard with OSS driver to Cygwin. Can anyone tell me if it is possible to use the OSS API as in Linux to read/write the soundcard? If not, how to do that in Cygwin? Thanks. kaiduan