|
wxThread Hi all, I am using a wxThread derived class (created as JOINABLE) for background processing, which the user can interrupt and I have a couple of questions. I am waiting for the thread to finish by periodically calling IsAlive() from a timer and then calling Wait() if IsAlive() returns false. From the ... 21 Feb 2006 17:23
Looking for documentation about std::string<=>wxString conversion Hi, I wonder if there exists a paper/documentation providing hints for std::string to wxString and wxString to std::string conversion. In my local environment, to avoid problems with conversion I compiled wxWidget in ansi (without unicode) support. When I compile wxWidget with unicode support I have a lot of dif... 28 Feb 2006 12:58
wxForum unreachable? Currently http://wxforum.shadonet.com seems to be unreachable. I get the following error message - even if I do not use proxies: Bad Gateway The proxy server received an invalid response from an upstream server. Is the forum server down or is it a problem on my side? Regards, Ulrich ----------------... 25 Jan 2006 10:38
ANN: wxArchive v1.0 released! Hi all, I released wxArchive v1.0 officially to the public. What is wxArchive? Well I found the serialization support in wxWidgets too limiting, so I wrote my own class. Basically this class goes back 4+ years so it is tested thoroughly and proved well in many occasions, but it was STL only. I also improved ... 23 Jan 2006 03:44
wxwidget 2.6.2 and mysql 4.1.11 toto a ?crit : Hi I checked inside the debugger and I can see it fails in SQLFetch() After the connection with my DB, there is a check done on the supported data types (varchar, integer, ...., and date time) The getDataTypeInfo () fails for Date/Time type. Here is the stack .... ... 16 Jan 2006 17:23
wxConfig (File) Hi, I've written a program that monitors some ports on some servers of ours. When I add a server to the configuration it shows up in the config (I use flush alot to see where it hurts). Now when I add a second server things go wrong. When I read the properties of the second server I get a new entry in the config... 17 Jan 2006 09:33
wxhatch 1.36 version 1.36 of wxhatch is released from http://sourceforge.net/project/showfiles.php?group_id=52253 or http://biolpc22.york.ac.uk/wx/wxhatch/download.html This tool provides and IDE/RAD editor, makefile generator etc, written in wxWidgets for wxWidgets. Open source and zero cost to use. chris --------... 15 Jan 2006 14:18
wxSocket: How to overcome proxy server? Hi, How do I connect to a server outside a strict network that allows only IE to access internet. I am using wxSocket on both client and server; on port 80. TIA. Radzi.... 14 Jan 2006 21:10
wxString and LPWSTR I have to use the function GetNamedSecurityInfoW and it needs a pointer to a file in the format LPWSTR. How to I convert a wxString to LPWSTR ? Thanks, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additi... 9 Jan 2006 11:44 |