Re: Re: how to test the soundcard module
golfong woo <[email protected]>
| Newsgroups | gmane.comp.gnu.bayonne.devel |
|---|---|
| Message-ID | <[email protected]> |
I have got bayonne,ccscript,commoncpp from CVS under "testing" direcoty, but it's same proplem, "start failed". Here is a bug: bayonne/engine/bayonne.cpp, in funciton loadMonitor(), line 207 if(!prefix) "C:\\Program Files\\Common Files\\GNU Telephony\\Bayonne Monitor"; should be: if(!prefix) prefix = "C:\\Program Files\\Common Files\\GNU Telephony\\Bayonne Monitor";