Re: [wxCode-users] Compiling wxvidcap

2007-05-03 Thread John Labenski
On 5/3/07, Ramachandran M <[EMAIL PROTECTED]> wrote: > > I downloaded .dsp and .dsw from the cvs source .Now i am able to compile it. Good. > Is it portable to linux also?if it is portable,which driver is used? No, there is code for V4L2, but it is not nearly complete. It kinda' works for one pa

Re: [wxCode-users] Compiling wxvidcap

2007-05-03 Thread Frank Fesevur
At 3-5-2007 15:31, John Labenski wrote: >> Is it portable to linux also?if it is portable,which driver is used? > > No, there is code for V4L2, but it is not nearly complete. It kinda' > works for one particular usb camera I have, but for any other camera > conversion routines must be written to c

Re: [wxCode-users] Compiling wxvidcap

2007-05-03 Thread John Labenski
On 5/3/07, Frank Fesevur <[EMAIL PROTECTED]> wrote: > At 3-5-2007 15:31, John Labenski wrote: > >> Is it portable to linux also?if it is portable,which driver is used? > > > > No, there is code for V4L2, but it is not nearly complete. It kinda' > > works for one particular usb camera I have, but fo

Re: [wxCode-users] cron job: wxAvahi

2007-05-03 Thread William H. Schultz
I know--I make a horrible maintainer. I haven't bothered to learn the bakefile system, and I haven't written up any documentation. There is one aspect of Bonjour's functionality that is missing from wxDNSSD, and that's the support for DNS Records. I didn't implement it because I'm not cur

wxcode-users@lists.sourceforge.net

2007-05-03 Thread Miguel Cartagena
Hello, I just installed wxSQLite3 library (with some problems: the script to check aclocal version fails, then I exclude the check), and when I try to use the lib, the following error occurs: undefined reference to `wxSQLite3Database::Open(wxString const&)' I using the wxsqlite3u lib. The st

wxcode-users@lists.sourceforge.net

2007-05-03 Thread Ulrich Telle
Hi Miguel, > I just installed wxSQLite3 library Which version of wxSQLite3? For which version of wxWidgets? On which platform? I guess you are using a Linux system. In that case a suitable version of SQLite needs to installed prior to building wxSQLite3. Which version is needed depends on the

wxcode-users@lists.sourceforge.net

2007-05-03 Thread Miguel Cartagena
On 5/3/07, Ulrich Telle <[EMAIL PROTECTED]> wrote: Hi Miguel, > I just installed wxSQLite3 library Which version of wxSQLite3? For which version of wxWidgets? On which platform? Sorry, I forgot all this information. I'm under Ubuntu 7.06 (kernel 2.6.20-15-generic), wxWidgets 2.8.1.1, Sqlite