You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(5) |
Apr
(7) |
May
(11) |
Jun
(19) |
Jul
(9) |
Aug
(5) |
Sep
(6) |
Oct
(18) |
Nov
(9) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(8) |
Feb
(1) |
Mar
(5) |
Apr
(1) |
May
(1) |
Jun
(73) |
Jul
(128) |
Aug
(39) |
Sep
(91) |
Oct
(24) |
Nov
(42) |
Dec
(37) |
2006 |
Jan
(8) |
Feb
(22) |
Mar
(15) |
Apr
(44) |
May
(13) |
Jun
(9) |
Jul
(19) |
Aug
(35) |
Sep
(28) |
Oct
(53) |
Nov
(19) |
Dec
(29) |
2007 |
Jan
(28) |
Feb
(37) |
Mar
(86) |
Apr
(14) |
May
(48) |
Jun
(2) |
Jul
(20) |
Aug
(19) |
Sep
(19) |
Oct
(8) |
Nov
(11) |
Dec
(11) |
2008 |
Jan
(3) |
Feb
(1) |
Mar
(22) |
Apr
(7) |
May
(3) |
Jun
|
Jul
(16) |
Aug
(10) |
Sep
(5) |
Oct
(3) |
Nov
(24) |
Dec
(9) |
2009 |
Jan
(14) |
Feb
(4) |
Mar
(16) |
Apr
(13) |
May
(22) |
Jun
(3) |
Jul
(3) |
Aug
(8) |
Sep
(20) |
Oct
(18) |
Nov
(5) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
(4) |
Mar
(7) |
Apr
(5) |
May
(41) |
Jun
(15) |
Jul
(3) |
Aug
(2) |
Sep
(9) |
Oct
(7) |
Nov
(8) |
Dec
(3) |
2011 |
Jan
(28) |
Feb
(29) |
Mar
(3) |
Apr
(7) |
May
(3) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
(4) |
Nov
(7) |
Dec
|
2012 |
Jan
(3) |
Feb
(4) |
Mar
(3) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(3) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
(5) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
2015 |
Jan
(7) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Francesco M. <fr...@us...> - 2007-05-16 04:32:31
|
[automated message for informative purposes]. >From an heuristic check it results that 5 components have no sources in the CVS/SVN; here follows the list of these components and the relative maintainers: kwxIndustrialIndicators, maintainer: Marco Cavallini wxAutoStartUp, maintainer: Priyank Bolia wxDom, maintainer: Dj Gilcrease wxAudio, maintainer: Ryan Norton wxCoolBar, maintainer: MartinSfromB The relative maintainers have already been notified by mail of this issue. Your friendly wxCode script. |
From: John L. <jla...@gm...> - 2007-05-12 21:44:27
|
I forgot to mention that if I rem out either sample, so there's only one, bakefile runs ok. John Labenski On 5/12/07, John Labenski <jla...@gm...> wrote: > Here's the bakefile I tried to update > http://wxcode.cvs.sourceforge.net/wxcode/wxCode/components/wxthings/build/wxthings.bkl?view=markup > > There's two samples for it, thingsdemo and filebrws at the bottom. > > When I run bakefile 0.2.2 in MSW it gets stuck trying to generate the > gnu makefiles and after 10 mins I pressed Ctrl-C, here's the output. > > C:\labenski\wx\wxCode\wxCode\components\wxthings\build>"\Program Files\Bakefile\ > src\bakefile_gen.exe" > [1/8] generating msvs2005prj from wxthings.bkl > no changes in wxthings.sln > no changes in wxthings_things.vcproj > no changes in wxthings_filebrws.vcproj > no changes in wxthings_thingsdemo.vcproj > [2/8] generating msvc6prj from wxthings.bkl > no changes in wxthings.dsw > no changes in wxthings_thingsdemo.dsp > no changes in wxthings_things.dsp > no changes in wxthings_filebrws.dsp > [3/8] generating gnu from wxthings.bkl > error: failed to set variable '__command' to value '$(CXX) -o $@ $(FILEBRWS_OBJE > CTS) $(LDFLAGS) $(VAR_1) -L../lib $(__filebrws_RPATH) ../lib/gcc_$(__things)/l > ibwxcode_$(WX_PORT)_things-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR).a `$(WX_CONFI > G) $(WX_CONFIG_FLAGS) --libs adv,core,base` > ': > error: bakefile_gen cancelled by user > > > > Thanks for any help, > John Labenski > |
From: John L. <jla...@gm...> - 2007-05-12 21:34:23
|
Here's the bakefile I tried to update http://wxcode.cvs.sourceforge.net/wxcode/wxCode/components/wxthings/build/wxthings.bkl?view=markup There's two samples for it, thingsdemo and filebrws at the bottom. When I run bakefile 0.2.2 in MSW it gets stuck trying to generate the gnu makefiles and after 10 mins I pressed Ctrl-C, here's the output. C:\labenski\wx\wxCode\wxCode\components\wxthings\build>"\Program Files\Bakefile\ src\bakefile_gen.exe" [1/8] generating msvs2005prj from wxthings.bkl no changes in wxthings.sln no changes in wxthings_things.vcproj no changes in wxthings_filebrws.vcproj no changes in wxthings_thingsdemo.vcproj [2/8] generating msvc6prj from wxthings.bkl no changes in wxthings.dsw no changes in wxthings_thingsdemo.dsp no changes in wxthings_things.dsp no changes in wxthings_filebrws.dsp [3/8] generating gnu from wxthings.bkl error: failed to set variable '__command' to value '$(CXX) -o $@ $(FILEBRWS_OBJE CTS) $(LDFLAGS) $(VAR_1) -L../lib $(__filebrws_RPATH) ../lib/gcc_$(__things)/l ibwxcode_$(WX_PORT)_things-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR).a `$(WX_CONFI G) $(WX_CONFIG_FLAGS) --libs adv,core,base` ': error: bakefile_gen cancelled by user Thanks for any help, John Labenski |
From: SourceForge.net <no...@so...> - 2007-05-11 08:03:57
|
Patches item #1716953, was opened at 2007-05-11 09:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1716953&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: CVS HEAD Status: Open Resolution: None Priority: 5 Private: No Submitted By: heromyth (heromyth) Assigned to: Nobody/Anonymous (nobody) Summary: [wxScintilla] Fixes for void ScintillaWX::Paste() Initial Comment: The function of Paste() works improperly, especially for non-ascii characters. The details about this problem are described at http://forums.codeblocks.org/index.php/topic,1929.msg43896.html#msg43896 Here are two patches: one is basic, and the other is optimized. The basic fixes are: ==================== *** src/ScintillaWX.cpp Wed Jan 31 15:13:24 2007 --- src/ScintillaWX-new.cpp Fri May 11 13:15:38 2007 *************** *** 508,514 **** if (gotRectData && selData.GetSize()>1) { const char* rectBuf = (const char*)selData.GetData(); rectangular = rectBuf[0] == (char)1; ! len = selData.GetDataSize()-1; char* buffer = new char[len]; memcpy (buffer, rectBuf+1, len); textString = sci2wx(buffer, len); --- 508,514 ---- if (gotRectData && selData.GetSize()>1) { const char* rectBuf = (const char*)selData.GetData(); rectangular = rectBuf[0] == (char)1; ! len = selData.GetDataSize()-2; // The first and last char should be stripped! char* buffer = new char[len]; memcpy (buffer, rectBuf+1, len); textString = sci2wx(buffer, len); ==================== The optimized ones are: ==================== *** src/ScintillaWX.cpp Wed Jan 31 15:13:24 2007 --- src/ScintillaWX-new.cpp Fri May 11 13:29:42 2007 *************** *** 494,500 **** #if wxUSE_DATAOBJ wxTextDataObject data; ! wxString textString; wxWX2MBbuf buf; int len = 0; --- 494,500 ---- #if wxUSE_DATAOBJ wxTextDataObject data; ! wxString textString = wxEmptyString; wxWX2MBbuf buf; int len = 0; *************** *** 508,531 **** if (gotRectData && selData.GetSize()>1) { const char* rectBuf = (const char*)selData.GetData(); rectangular = rectBuf[0] == (char)1; ! len = selData.GetDataSize()-1; ! char* buffer = new char[len]; ! memcpy (buffer, rectBuf+1, len); ! textString = sci2wx(buffer, len); ! delete buffer; } else { bool gotData = wxTheClipboard->GetData(data); if (gotData) { textString = wxTextBuffer::Translate (data.GetText(), wxConvertEOLMode(pdoc->eolMode)); } } data.SetText(wxEmptyString); // free the data object content wxTheClipboard->Close(); } - buf = (wxWX2MBbuf)wx2sci(textString); - len = strlen(buf); int newPos = 0; if (rectangular) { int newLine = pdoc->LineFromPosition (currentPos) + wxCountLines (buf, pdoc->eolMode); --- 508,528 ---- if (gotRectData && selData.GetSize()>1) { const char* rectBuf = (const char*)selData.GetData(); rectangular = rectBuf[0] == (char)1; ! len = selData.GetDataSize()-2; // The first and last char should be stripped! ! buf=rectBuf+1; } else { bool gotData = wxTheClipboard->GetData(data); if (gotData) { textString = wxTextBuffer::Translate (data.GetText(), wxConvertEOLMode(pdoc->eolMode)); + buf = (wxWX2MBbuf)wx2sci(textString); + len = strlen(buf); } } data.SetText(wxEmptyString); // free the data object content wxTheClipboard->Close(); } int newPos = 0; if (rectangular) { int newLine = pdoc->LineFromPosition (currentPos) + wxCountLines (buf, pdoc->eolMode); ==================== ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1716953&group_id=51305 |
From: Miguel C. <mig...@gm...> - 2007-05-10 05:10:15
|
Hi all, I'm here again :) Now I have tried to compile wxSQLite3 under mingw, and got some errors. Apparently the compilation it's OK, but when the linker tries to create the library, a lot of 'undefined reference' occurs. Anyone hava an ideia of what causes this? I'm under mingw32, with wx2.8, sqlite3 .. all installed in mingw. $ make > /d/Miguel/wxsqlite3/bk-deps g++ -c -o wxsqlite3_dll_wxsqlite3.o > -DWXUSINGDLL -I./include -DWXMAKINGDLL_WXSQLITE3 > -DwxUSE_DYNAMIC_SQLITE3_LOAD=0 -DWXSQLITE3_HAVE_METADATA=0 > -DWXSQLITE3_HAVE_CODEC=0 -DWXSQLITE3_HAVE_LOAD_EXTENSION=0 > -I./sqlite3/include -I/usr/local/lib/wx/include/msw-unicode-release-2.8-I/usr/local/include/wx- > 2.8 -DWXUSINGDLL -D__WXMSW__ -mthreads -g0 -O2 ././src/wxsqlite3.cpp > > g++ -shared -o lib/wxsqlite3u.dll wxsqlite3_dll_wxsqlite3.o -L./lib > -Wl,--out-implib=./lib/libwxsqlite3u.dll.a -L./sqlite3/lib > -L/usr/local/lib -mthreads -Wl,--subsystem,windows -mwindows > -lwx_mswu_core-2.8 -lwx_baseu-2.8 -lsqlite3 > Creating library file: ./lib/libwxsqlite3u.dll.a > wxsqlite3_dll_wxsqlite3.o:wxsqlite3.cpp:(.text+0x79): undefined reference > to `_imp___ZN12wxStringBase8InitWithEPKwjj' > wxsqlite3_dll_wxsqlite3.o:wxsqlite3.cpp:(.text+0x195): undefined reference > to `_imp___ZN12wxStringBase8InitWithEPKwjj' > wxsqlite3_dll_wxsqlite3.o:wxsqlite3.cpp:(.text+0x757): undefined reference > to `_imp___ZN8wxString6FormatEPKwz' > wxsqlite3_dll_wxsqlite3.o:wxsqlite3.cpp:(.text+0x790): undefined reference > to `_imp___ZplRK8wxStringPKw' > wxsqlite3_dll_wxsqlite3.o:wxsqlite3.cpp:(.text+0x7f6): undefined reference > to `_imp___ZplRK8wxStringPKw' > wxsqlite3_dll_wxsqlite3.o:wxsqlite3.cpp:(.text+0x822): undefined reference > to `_imp___ZplRK8wxStringPKw' > ... > -- Miguel Cartagena |
From: <msz...@ya...> - 2007-05-10 03:29:40
|
SourceForge.net escribió: > Bugs item #1715278, was opened at 2007-05-08 14:01 > Message generated for change (Tracker Item Submitted) made by Item Submitter > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1715278&group_id=51305 > > Please note that this message will contain a full copy of the comment thread, > including the initial issue submission, for this request, > not just the latest update. > Category: wxARG > Group: None > Status: Open > Resolution: None > Priority: 5 > Private: No > Submitted By: Nobody/Anonymous (nobody) > Assigned to: Matías Szeftel (mszeftel) > Summary: wxARG 1.2.0-rc3 Error when loading BLOB fields > > Initial Comment: > I create a table: > > id - integer > sometext - varchar, > binarydata - blob > > and wxARG generates the source code which calls DatabaseResultSet::GetResultBlob and passes a single parameter to it (field name), however DatabaseResultSet::GetResultBlob should have 2 parameters and that's why I get an error during compilation of my project. > > Also one more thing. As far as I can understand from documentation, tehere is some difference between data types TEXT and BLOB in SQLite (I'm not sure about other servers.. I'll try to find more info regarding this point), and BLOB fields can contain binary data, but wxARG generates a member of wxActiveRecordRow-derived class (in my case it is TestRow class) whose type is wxString. Is it possible to change the data type of class members for BLOB fields to wxMemoryBuffer or maybe add some option to wxARG which should allow to change the data type for BLOB and/or TEXT fields? This would be helpful when storing/loading binary files to/from database. > > I also attached the source code of my test project. > > Regards, > T-Rex > > PS: Many thanks for solving the previous bug of 1.2.0-rc2. > > ---------------------------------------------------------------------- > > Yes, sorry for that. I used wxString when I first design it and when I want it to change to wxMemoryBuffer I noticed that DatabaseLayer didn't had a SetParamBlob(int index, wxMemoryBuffer buffer), but I requested to Joseph Blough and he added it. Somehow the feature was missed in my todo-list. So, I'have now commited the changes to the CVS but I have still not tried the generated code. When I do I'll update a new release candidate setup.exe for windows and sourcecode package. Thanks for the bug report, Regards, Matías. PS: T-Rex, I've taken you as my beta tester ;). When you complete your testing with wxARG might be a good time to make a stable release. I don't test all the funtionallity in my project. |
From: SourceForge.net <no...@so...> - 2007-05-08 21:01:51
|
Bugs item #1715278, was opened at 2007-05-08 14:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1715278&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wxARG Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Matías Szeftel (mszeftel) Summary: wxARG 1.2.0-rc3 Error when loading BLOB fields Initial Comment: I create a table: id - integer sometext - varchar, binarydata - blob and wxARG generates the source code which calls DatabaseResultSet::GetResultBlob and passes a single parameter to it (field name), however DatabaseResultSet::GetResultBlob should have 2 parameters and that's why I get an error during compilation of my project. Also one more thing. As far as I can understand from documentation, tehere is some difference between data types TEXT and BLOB in SQLite (I'm not sure about other servers.. I'll try to find more info regarding this point), and BLOB fields can contain binary data, but wxARG generates a member of wxActiveRecordRow-derived class (in my case it is TestRow class) whose type is wxString. Is it possible to change the data type of class members for BLOB fields to wxMemoryBuffer or maybe add some option to wxARG which should allow to change the data type for BLOB and/or TEXT fields? This would be helpful when storing/loading binary files to/from database. I also attached the source code of my test project. Regards, T-Rex PS: Many thanks for solving the previous bug of 1.2.0-rc2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1715278&group_id=51305 |
From: Ramachandran M <ra...@ta...> - 2007-05-08 05:33:50
|
Hi Conversion routine can be easily done,i think.I want to know,will it detect all camera in Linux?. Can I read data from all types of camera? If i am able to read the data,then i can write the convertion routine in the application level,Right. Wxvidcap is a great work..... Thanks a lot Ram -----Original Message----- From: wxc...@li... [mailto:wxc...@li...]On Behalf Of John Labenski Sent: Thursday, May 03, 2007 7:02 PM To: wxc...@li... Subject: Re: [wxCode-users] Compiling wxvidcap On 5/3/07, Ramachandran M <ra...@ta...> 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 particular usb camera I have, but for any other camera conversion routines must be written to convert from their format to 32bit RGB for wxImages. I do not plan to spend any time on it in the near future. Regards, John Labenski ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ wxCode-users mailing list wxC...@li... https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: <msz...@ya...> - 2007-05-07 16:44:52
|
2007/5/7, SourceForge.net <no...@so...>: > > Feature Requests item #1714406, was opened at 2007-05-07 18:35 > Message generated for change (Tracker Item Submitted) made by Item > Submitter > You can respond by visiting: > > https://sourceforge.net/tracker/?func=detail&atid=462819&aid=1714406&group_id=51305 > > Please note that this message will contain a full copy of the comment > thread, > including the initial issue submission, for this request, > not just the latest update. > Category: None > Group: None > Status: Open > Resolution: None > Priority: 5 > Private: No > Submitted By: T-Rex84 (t-rex84) > Assigned to: Nobody/Anonymous (nobody) > Summary: [wxARG] - Need an empty line in generated source code > > Initial Comment: > wxARG generates nice working source code but I get a warning "no new line > at end of file" when compiling it under Linux. It would be nice if > wxActiveRecord.* files and all generated source code contain an empty line > at the end of file. In this case there will be no need to edit this files > manually. > > Regards, > T-Rex > > ---------------------------------------------------------------------- > > You can respond by visiting: > > https://sourceforge.net/tracker/?func=detail&atid=462819&aid=1714406&group_id=51305 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > Thanks for the heads up. I'll commit the changes when I get home. Btw, did the previous fix worked? Regards, Matias |
From: SourceForge.net <no...@so...> - 2007-05-07 15:35:42
|
Feature Requests item #1714406, was opened at 2007-05-07 18:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=1714406&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: T-Rex84 (t-rex84) Assigned to: Nobody/Anonymous (nobody) Summary: [wxARG] - Need an empty line in generated source code Initial Comment: wxARG generates nice working source code but I get a warning "no new line at end of file" when compiling it under Linux. It would be nice if wxActiveRecord.* files and all generated source code contain an empty line at the end of file. In this case there will be no need to edit this files manually. Regards, T-Rex ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=1714406&group_id=51305 |
From: John L. <jla...@gm...> - 2007-05-07 14:25:01
|
I'd say go with whichever one is foremost easiest to maintain and then to use since, as you said, it really hasn't had a lot of use anyway. -John Labenski On 5/6/07, Ishan Arora <ish...@gm...> wrote: > Hi, > > I think spam would be a greater concern as compared to ads on SF. I am in > favor of moving it. > > > On 5/6/07, cecilio < s.c...@gm...> wrote: > > Hi Francesco, > > > > I don't like the sf look: too many ads. But if it helps you to avoid > > spam snd give you advantages as wxCode administrator, move to it. > > > > Thank you for your great work. > > Cecilio > > > > > > 2007/5/6, Francesco Montorsi <f18...@ya... >: > > > Hi all, > > > this is a poll: do you prefer to keep as wxCode wiki this one: > > > > > > http://wxcode.sourceforge.net/wiki > > > > > > (based on Pmwiki => problems are SPAM and the editing interface that > > > requires you to know in general various pmWiki-specific "tags") or this > > > new one: > > > > > > http://wxcode.wiki.sourceforge.net/ > > > > > > (based on WikiSpaces => integrated with SF interface and with a nice > > > editing interface, more featured [e.g. pages can be "locked" etc etc] > > > and whose administration is handled by SF itself) > > > > > > ? > > > > > > Given that the wxCode wiki is not very much used, it contains few pages > > > which could be moved to the new SF wiki without a big effort, if we > > > decide to remove our own pmWiki installation in favour of SF's > > > centralized one... > > > > > > Thanks, > > > Francesco > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar/db2/ > > > _______________________________________________ > > > wxCode-users mailing list > > > wxC...@li... > > > > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > wxCode-users mailing list > > wxC...@li... > > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > |
From: Ishan A. <ish...@gm...> - 2007-05-06 22:30:20
|
Hi, I think spam would be a greater concern as compared to ads on SF. I am in favor of moving it. On 5/6/07, cecilio <s.c...@gm...> wrote: > > Hi Francesco, > > I don't like the sf look: too many ads. But if it helps you to avoid > spam snd give you advantages as wxCode administrator, move to it. > > Thank you for your great work. > Cecilio > > > 2007/5/6, Francesco Montorsi <f18...@ya...>: > > Hi all, > > this is a poll: do you prefer to keep as wxCode wiki this one: > > > > http://wxcode.sourceforge.net/wiki > > > > (based on Pmwiki => problems are SPAM and the editing interface that > > requires you to know in general various pmWiki-specific "tags") or this > > new one: > > > > http://wxcode.wiki.sourceforge.net/ > > > > (based on WikiSpaces => integrated with SF interface and with a nice > > editing interface, more featured [e.g. pages can be "locked" etc etc] > > and whose administration is handled by SF itself) > > > > ? > > > > Given that the wxCode wiki is not very much used, it contains few pages > > which could be moved to the new SF wiki without a big effort, if we > > decide to remove our own pmWiki installation in favour of SF's > > centralized one... > > > > Thanks, > > Francesco > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > wxCode-users mailing list > > wxC...@li... > > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: cecilio <s.c...@gm...> - 2007-05-06 17:26:27
|
Hi Francesco, I don't like the sf look: too many ads. But if it helps you to avoid spam snd give you advantages as wxCode administrator, move to it. Thank you for your great work. Cecilio 2007/5/6, Francesco Montorsi <f18...@ya...>: > Hi all, > this is a poll: do you prefer to keep as wxCode wiki this one: > > http://wxcode.sourceforge.net/wiki > > (based on Pmwiki => problems are SPAM and the editing interface that > requires you to know in general various pmWiki-specific "tags") or this > new one: > > http://wxcode.wiki.sourceforge.net/ > > (based on WikiSpaces => integrated with SF interface and with a nice > editing interface, more featured [e.g. pages can be "locked" etc etc] > and whose administration is handled by SF itself) > > ? > > Given that the wxCode wiki is not very much used, it contains few pages > which could be moved to the new SF wiki without a big effort, if we > decide to remove our own pmWiki installation in favour of SF's > centralized one... > > Thanks, > Francesco > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: klaas.holwerda <ng...@kl...> - 2007-05-06 15:03:36
|
Francesco Montorsi wrote: > http://wxcode.wiki.sourceforge.net/ > I find it irritating to have that advertising on top. To bad one needs to depend on Sourceforge for all things. I wonder if there is free hosting for open source with more freedom. Klaas |
From: Francesco M. <f18...@ya...> - 2007-05-06 08:50:09
|
Hi all, this is a poll: do you prefer to keep as wxCode wiki this one: http://wxcode.sourceforge.net/wiki (based on Pmwiki => problems are SPAM and the editing interface that requires you to know in general various pmWiki-specific "tags") or this new one: http://wxcode.wiki.sourceforge.net/ (based on WikiSpaces => integrated with SF interface and with a nice editing interface, more featured [e.g. pages can be "locked" etc etc] and whose administration is handled by SF itself) ? Given that the wxCode wiki is not very much used, it contains few pages which could be moved to the new SF wiki without a big effort, if we decide to remove our own pmWiki installation in favour of SF's centralized one... Thanks, Francesco |
From: SourceForge.net <no...@so...> - 2007-05-05 20:29:00
|
Bugs item #1713565, was opened at 2007-05-05 13:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1713565&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: last released version Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wxARG 1.2.0-rc2 + SQLite3 crashes Initial Comment: I'm trying to generate the C++ source code from SQLite3 databsde using wxARG-1.2.0-rc2 and it crashes after generaing .h/.cpp files from first table. I attached the database file and wxARG project file ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1713565&group_id=51305 |
From: Miguel C. <mig...@gm...> - 2007-05-04 20:39:09
|
Hi, Thanks foe helping, but yesterday I found the problem. My class (where I use wxSQLIte3) was not recompiling, and this generated the problem. I just delete the file, rewrite the class with another name and then works! On 5/4/07, Francesco Montorsi <f18...@ya...> wrote: > > Hi, > > Ulrich Telle ha scritto: > >>>> (with some problems: the script to check aclocal version fails, > >> My aclocal version: aclocal (GNU automake) 1.9.6 > > > > I don't know why you get errors, > he get them because in Ubuntu recently /bin/sh does not point anymore to > BASH but to a more light-weight shell which does not understand some of > the syntax used by acregen.sh. > > The fix is to replaced /bin/sh with /bin/bash at the top of the script. I had another problems with script on Ubuntu. >but in the first place there should be no need > > to run aclocal at all. The wxSQLite3 distribution contains a configure > script. > > It should be sufficient to run "configure" and then "make". > Right. aclocal.sh is useless to the end user. Only the maintainer should > use it. > > > >> Second (with fixed script): > >> configure.ac:22: file `../../../build/autoconf/wxcode.m4' does not > exist > > > > If you need to rerun aclocal, that is, to rebuild the configure script > you need > > to download several files from the wxCode build directory. There are > several > > bakefile presets and autoconf configuration files. Additionally you > would need > > bakefile. > right > > > >> g++ -o samples/minimal minimal_minimal.o -L./lib -L./lib > >> -L./sqlite3/lib -pthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 > >> -lwxsqlite3u -lsqlite3 > > > > wxsqlite3 should be placed before the wxWidgets libraries. > this should happen if the <sys-lib> and <library> tags are in correct > order (and I see in wxsqlite3.bkl they are not and that the bakefile is > using the "old" version of wxCode bakefiles)... > > > Probably you should use the makefile generated by configure. > right > > HTH, > Francesco > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > Regards -- Miguel Cartagena |
From: Ulrich T. <Ulr...@gm...> - 2007-05-04 20:39:07
|
Hi Francesco, > > I don't know why you get errors, > he get them because in Ubuntu recently /bin/sh does not point anymore > to BASH but to a more light-weight shell which does not understand > some of the syntax used by acregen.sh. > > The fix is to replaced /bin/sh with /bin/bash at the top of the script. Ok. > > wxsqlite3 should be placed before the wxWidgets libraries. > this should happen if the <sys-lib> and <library> tags are in correct > order Oops. I'll correct the order in the next release. Interestingly no one has complained. > (and I see in wxsqlite3.bkl they are not and that the bakefile is using > the "old" version of wxCode bakefiles)... True. I hadn't had the time to adjust my wxCode projects to the new version due to personal reasons. Regards, Ulrich |
From: Francesco M. <f18...@ya...> - 2007-05-04 20:15:11
|
Hi, Ulrich Telle ha scritto: >>>> (with some problems: the script to check aclocal version fails, >> My aclocal version: aclocal (GNU automake) 1.9.6 > > I don't know why you get errors, he get them because in Ubuntu recently /bin/sh does not point anymore to BASH but to a more light-weight shell which does not understand some of the syntax used by acregen.sh. The fix is to replaced /bin/sh with /bin/bash at the top of the script. >but in the first place there should be no need > to run aclocal at all. The wxSQLite3 distribution contains a configure script. > It should be sufficient to run "configure" and then "make". Right. aclocal.sh is useless to the end user. Only the maintainer should use it. >> Second (with fixed script): >> configure.ac:22: file `../../../build/autoconf/wxcode.m4' does not exist > > If you need to rerun aclocal, that is, to rebuild the configure script you need > to download several files from the wxCode build directory. There are several > bakefile presets and autoconf configuration files. Additionally you would need > bakefile. right >> g++ -o samples/minimal minimal_minimal.o -L./lib -L./lib >> -L./sqlite3/lib -pthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 >> -lwxsqlite3u -lsqlite3 > > wxsqlite3 should be placed before the wxWidgets libraries. this should happen if the <sys-lib> and <library> tags are in correct order (and I see in wxsqlite3.bkl they are not and that the bakefile is using the "old" version of wxCode bakefiles)... > Probably you should use the makefile generated by configure. right HTH, Francesco |
From: Ulrich T. <Ulr...@gm...> - 2007-05-04 15:28:01
|
Hi Miguel, > I'm under Ubuntu 7.06 (kernel 2.6.20-15-generic), wxWidgets 2.8.1.1, > Sqlite 3 with the last version of wxSQLite3, 2.7.3 (released on 05/01) Although I don't have much Linux experiences, this combination should work. > > > (with some problems: the script to check aclocal version fails, > > My aclocal version: aclocal (GNU automake) 1.9.6 I don't know why you get errors, but in the first place there should be no need to run aclocal at all. The wxSQLite3 distribution contains a configure script. It should be sufficient to run "configure" and then "make". > Second (with fixed script): > configure.ac:22: file `../../../build/autoconf/wxcode.m4' does not exist If you need to rerun aclocal, that is, to rebuild the configure script you need to download several files from the wxCode build directory. There are several bakefile presets and autoconf configuration files. Additionally you would need bakefile. > No, on make the minimal sample is build reference the just compiled > lib. Here is the command line: > > g++ -c -o minimal_minimal.o -DWXUSINGDLL -I./include -I./sqlite3/include > -I/usr/lib/wx/include/gtk2-unicode-release-2.8 > -I/usr/include/wx-2.8-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ > -pthread -g0 -O2 > ././samples/minimal.cpp This should be ok. > g++ -o samples/minimal minimal_minimal.o -L./lib -L./lib > -L./sqlite3/lib -pthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 > -lwxsqlite3u -lsqlite3 wxsqlite3 should be placed before the wxWidgets libraries. Probably you should use the makefile generated by configure. Another thing is that ./sqlite3/lib of the wxSQLite3 distribution does not contain a link library for SQLite. Only the Windows distribution contains SQLite DLLs ready for use. You should check whether you have a matching SQLite version installed, that is, SQLite 3.3.14 or higher for wxSQLite3 1.7.3. Regards, Ulrich |
From: Miguel C. <mig...@gm...> - 2007-05-03 23:32:04
|
On 5/3/07, Ulrich Telle <Ulr...@gm...> 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 3 with the last version of wxSQLite3, 2.7.3 (released on 05/01) 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 version wxSQLite3 you plan to use. > > > (with some problems: the script to check aclocal version fails, > > What error messages are shown? My aclocal version: aclocal (GNU automake) 1.9.6 First message: ./acregen.sh: 15: Syntax error: "(" unexpected A bash error. Removing the 'function' the script works. After error appears on 'if' verifications, to fixed this, the "ifs" had been thus (poor, but works for me): if [ "$majok" = "0" ]; then aclocalold fi if [ "$majok" = "1" ]; then if [ "$minok" = "0" ]; then aclocalold fi fi if [ "$majok" = "1" ]; then if [ "$minok" = "1" ]; then if [ "$relok" = 0 ]; then aclocalold fi fi fi Second (with fixed script): configure.ac:22: file `../../../build/autoconf/wxcode.m4' does not exist > then I exclude the check), and when I try to use the lib, the following > > error occurs: > > undefined reference to `wxSQLite3Database::Open(wxString const&)' > > Starting with version 1.7.0 of wxSQLite3 the signature of the Open method > changed. There is now an additional optional parameter 'password'. Do you > have > an older version of wxSQLite3 installed on your system? No, it's my the first time with wXSQLite3. > I using the wxsqlite3u lib. The stranger is that on 'make' command the > > sample mininal is compiled and linked. > > If that works without problems there has to be an installed version of > wxSQLite3 somewhere. No, on make the minimal sample is build reference the just compiled lib. Here is the command line: g++ -c -o minimal_minimal.o -DWXUSINGDLL -I./include -I./sqlite3/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -g0 -O2 ././samples/minimal.cpp g++ -o samples/minimal minimal_minimal.o -L./lib -L./lib -L./sqlite3/lib -pthread -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 -lwxsqlite3u -lsqlite3 The libraty path (-L) is ./lib, so the linker search for libs in wxsqlite3/lib, and the just compiled wxsqlite3 library is there. > I try to use the not installed lib (wxsqlite3/lib/libwxsqlite3u.so) > > with no success. > > Maybe you have two different versions of wxSQLite3 on your system and the > include paths are somehow mixed up. > > > Someone have the same error?? > > It's the first time such an error is reported to me. > > Regards, > > Ulrich > -- > E-Mail privat: Ulr...@gm... > E-Mail Studium: Ulr...@Fe... > World Wide Web: http://www.stud.fernuni-hagen.de/q1471341 > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > Thanks for reply, Regards -- Miguel Cartagena |
From: Ulrich T. <Ulr...@gm...> - 2007-05-03 22:52:29
|
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 version wxSQLite3 you plan to use. > (with some problems: the script to check aclocal version fails, What error messages are shown? > then I exclude the check), and when I try to use the lib, the following > error occurs: > undefined reference to `wxSQLite3Database::Open(wxString const&)' Starting with version 1.7.0 of wxSQLite3 the signature of the Open method changed. There is now an additional optional parameter 'password'. Do you have an older version of wxSQLite3 installed on your system? > I using the wxsqlite3u lib. The stranger is that on 'make' command the > sample mininal is compiled and linked. If that works without problems there has to be an installed version of wxSQLite3 somewhere. > I try to use the not installed lib (wxsqlite3/lib/libwxsqlite3u.so) > with no success. Maybe you have two different versions of wxSQLite3 on your system and the include paths are somehow mixed up. > Someone have the same error?? It's the first time such an error is reported to me. Regards, Ulrich -- E-Mail privat: Ulr...@gm... E-Mail Studium: Ulr...@Fe... World Wide Web: http://www.stud.fernuni-hagen.de/q1471341 |
From: Miguel C. <mig...@gm...> - 2007-05-03 22:18:22
|
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 stranger is that on 'make' command the sample mininal is compiled and linked. I try to use the not installed lib (wxsqlite3/lib/libwxsqlite3u.so) with no success. Someone have the same error?? Anyone can help me?? Regards, ps: sorry for my poor english -- Miguel Cartagena |
From: William H. S. <whs...@ce...> - 2007-05-03 18:57:58
|
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 currently using it. We don't have a shipping product using this code, so it has only been tested in-house, but I haven't had a bit of problems out of it on either Mac OS X or Windows. ------------------------------- Hank Schultz Cedrus Corporation http://www.cedrus.com/ On Mar 9, 2007, at 12:11 AM, Ishan Arora wrote: > Hi, > Really, I was waiting for someone to do it. Actually Hank Schultz > ( whschultz@NOSPAM!@cedrus.com ) already wrote wxDNSSD > (servicediscovery) a wrapper for Apple's Bonjour SDK implementation > of Zeroconf which should work on Windows and Mac. Avahi would work > on linux. Could you 2 merge the projects to make a cross-platform > wrapper for Zeroconf. I'd probably be the most thankful person for > this. Btw, I guess Avahi also emulates Bonjour and Howl, so Hank's > work might work on linux with little tweaking. Do check it. > > Ishan > > On 3/9/07, Francesco Montorsi <f18...@ya...> wrote: > Hi wxcode-users, Emilien > > I'm sending out this mail manually (see thread "dispatching mail > from wxCode DB to wxcode-users broken"): > > name: wxAvahi > wxversion: all > category: networking,wrapper > language: cpp > description: wxAvahi is a wrapping of Avahi features for wxWidgets. > It handles Zeroconf publishing and discovery with wxWidgets features > (wxString and wxEvent-base). > location: avahi > cdate: 2007-02-18 > id: 125 > status: beta > docs: doxygen > buildsys: bakefile > extdep: avahi > wiki: website > wxport: wxgtk > samples: 1 > approved: 0 > author: Emilien KIA > version: 0.6 > maintainerid: 51 > > Maintainer SF username: cursorstar > Maintainer name: Emilien KIA > Maintainer mail address: cu...@fr... > > --------------------- > > BTW all info seems fine to me... before approving it I only need to > know > if you (Emilien) prefer CVS or SVN as now wxCode can provide both. > > Let me know, > Francesco > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users |
From: John L. <jla...@gm...> - 2007-05-03 17:26:44
|
On 5/3/07, Frank Fesevur <ff...@us...> 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 for any other camera > > conversion routines must be written to convert from their format to > > 32bit RGB for wxImages. I do not plan to spend any time on it in the > > near future. > > For Dorgem3 (that completely relies on wxVidCap) I have an alpha version > for Win32 that does some basic jobs. I will try to compile it on my > Ubuntu Linux and see how far I come with wxVidCap and my Q-Tec camera. > Linux is quite new to me, so it will take some time to get it compiled. > And I use the wxImage functions so there still is work to be done. I should mention that you'll probably notice that there is a base class that tries to encapsulate the common functions of VFW and V4L2. Since I never really got V4L2 ironed out some things might not make sense since I'm sure that some reorganization is necessary. Regards, John Labenski |