As said in [1] but it seems to be true for all plateforms, you must call wxSocketBase::Initialize() before all asynchroneous socket manip.
[1] : http://www.wxwidgets.org/wiki/index.php ... h_wxMSW.29
Search found 120 matches
- Wed Jan 24, 2007 7:15 am
- Forum: Platform Related Issues
- Topic: deriving wxEvtHandler help
- Replies: 1
- Views: 379
- Mon Jan 15, 2007 10:42 am
- Forum: General Development
- Topic: libxml or xerces
- Replies: 4
- Views: 961
You can use internal wx Xml features [1] or I suggest you to use libxml [2]. It is free, light and fast and you can use the wxXml2 [3] xhich is a wrapper for libxml2 in wx. good coding. [1] : http://www.wxwidgets.org/manuals/2.8.0/wx_wxxmldocument.html#wxxmldocument [2] : http://xmlsoft.org/ [3] : h...
- Wed Dec 06, 2006 7:23 am
- Forum: C++ Development
- Topic: How can I send mail?
- Replies: 1
- Views: 438
You can use wxSMTP : http://www.wxwidgets.org/wiki/index.php/WxSMTP .
- Fri Nov 03, 2006 8:48 am
- Forum: General Development
- Topic: New wxWidgets patch
- Replies: 5
- Views: 1341
That would probably be a huge patch and you may have some trouble getting it accepted in the current version. Yes. Moreover, it is a wx2 target to not use templates and STL. This simply because, at wx2 started time, much compiler do not support them completly. I suggest you to vist some links : * h...
- Sat Oct 28, 2006 9:42 am
- Forum: Open Discussion
- Topic: wx7-Zip File Manager
- Replies: 1
- Views: 959
- Fri Oct 27, 2006 6:14 am
- Forum: C++ Development
- Topic: odbc
- Replies: 7
- Views: 1025
- Thu Oct 26, 2006 11:13 am
- Forum: C++ Development
- Topic: C++ exceptions in wxWidgets constructors
- Replies: 2
- Views: 758
- Thu Oct 26, 2006 11:11 am
- Forum: C++ Development
- Topic: odbc
- Replies: 7
- Views: 1025
- Wed Oct 25, 2006 5:15 pm
- Forum: C++ Development
- Topic: RegEx and streams
- Replies: 5
- Views: 1270
What do you want to do exactly ? If you want to use regex to filter stream dataflow, you can derive from wxFilter[Input/Output]Stream and override OnSysRead or OnSysWrite to do what you want. This is a simple copy output stream (from wx internals): class wxStoredOutputStream : public wxFilterOutputS...
- Wed Oct 25, 2006 9:07 am
- Forum: C++ Development
- Topic: odbc
- Replies: 7
- Views: 1025
If it is a sample you are looking for, the ODBC overview [1] is a good start page, in particular the ODBC sample code [2]. Note that the goal of ODBC is to hide all specific functions from your database, so, using mysql or oracle (or other) is the same way. [1] : http://www.wxwidgets.org/manuals/2.6...
- Tue Oct 24, 2006 7:37 am
- Forum: C++ Development
- Topic: odbc
- Replies: 7
- Views: 1025
Can you be more precise ?
What do you search ? doc about database/odbc ?
If it is only about using wx with databse/odbc, you can see :
http://www.wxwidgets.org/manuals/2.6.3/ ... bcoverview
http://www.wxwidgets.org/wiki/index.php/ODBC
What do you search ? doc about database/odbc ?
If it is only about using wx with databse/odbc, you can see :
http://www.wxwidgets.org/manuals/2.6.3/ ... bcoverview
http://www.wxwidgets.org/wiki/index.php/ODBC
- Tue Oct 24, 2006 6:28 am
- Forum: Open Discussion
- Topic: Is wxWidget going to implement something like XUL / libglade
- Replies: 3
- Views: 1378
If you look at a glade designer, you can easily use wxGlade to construct interfaces and load them with XRC. Note that it exists lots of other form builders to wx (codeblocks ...)
http://wxglade.sourceforge.net/
http://www.wxwidgets.org/manuals/2.6.3/ ... rcoverview
http://wxglade.sourceforge.net/
http://www.wxwidgets.org/manuals/2.6.3/ ... rcoverview
- Fri Oct 20, 2006 5:37 pm
- Forum: Platform Related Issues
- Topic: Errors using wxFileDialog on LINUX
- Replies: 5
- Views: 1507
For a default path, I dont know, but you can easily use the default separator return by the static function wxFileName::GetPathSeparator.
http://www.wxwidgets.org/manuals/2.6.3/ ... hseparator
http://www.wxwidgets.org/manuals/2.6.3/ ... hseparator
- Fri Oct 20, 2006 1:13 pm
- Forum: Platform Related Issues
- Topic: foldername with spaces
- Replies: 2
- Views: 582
- Fri Oct 20, 2006 1:07 pm
- Forum: Platform Related Issues
- Topic: Turning off graphics - Unable to initialize gtk
- Replies: 3
- Views: 1268