Yes, I also want to see if somebody here working on it.
I just compiled it successfully today, wx version 3.0.4.
but there were some runtime dependency issue, libSM, libice...
so, I hope I can get some information about it while
im trying resolve it.
Thanks.
Search found 118 matches
- Tue Jun 19, 2018 8:13 am
- Forum: Platform Related Issues
- Topic: Is there a team working for wxDFB on arm linux?
- Replies: 3
- Views: 715
- Tue Jun 19, 2018 2:18 am
- Forum: Platform Related Issues
- Topic: Is there a team working for wxDFB on arm linux?
- Replies: 3
- Views: 715
Is there a team working for wxDFB on arm linux?
I want to know if there was a team working for wxDFB on arm linux?
I encountered some compiling issues for wxDFB on current wxWidgets version,
arm linux platform.
I encountered some compiling issues for wxDFB on current wxWidgets version,
arm linux platform.
- Thu Nov 30, 2017 3:36 am
- Forum: wxWidgets Development (Chinese)
- Topic: error [vector.h(404) assert "idx < m_size" failed in at().]
- Replies: 1
- Views: 1746
Re: error [vector.h(404) assert "idx < m_size" failed in at().]
不建议直接这么做
建议在线程里面通过event来让UI来追加
因为,在其它工作线程中调用UI操作是危险的,所以你那个问题没必要深究(即使它的确是个问题,也应该在处理好同步之后再说)
建议在线程里面通过event来让UI来追加
因为,在其它工作线程中调用UI操作是危险的,所以你那个问题没必要深究(即使它的确是个问题,也应该在处理好同步之后再说)
- Thu Nov 30, 2017 3:33 am
- Forum: wxWidgets Development (Chinese)
- Topic: wxSocket 如何使用ssl开发https服务程序
- Replies: 1
- Views: 1766
Re: wxSocket 如何使用ssl开发https服务程序
建议使用libcurl,这个库的强大不言而喻
wx的封装是wxCurl
wx的封装是wxCurl
- Tue Nov 28, 2017 12:53 pm
- Forum: C++ Development
- Topic: shift key was eaten by wxStyledTextCtrl
- Replies: 0
- Views: 1740
shift key was eaten by wxStyledTextCtrl
I using Chinese input method, via SCIM, which has a feature, switching input action between Chinese and English quickly if the shift key was pressed.
However, this feature is gone in wxStyledTextCtrl(like stc sample).
I want to know if some body know a way to get it back.
Thanks.
However, this feature is gone in wxStyledTextCtrl(like stc sample).
I want to know if some body know a way to get it back.
Thanks.
- Tue Nov 07, 2017 10:48 am
- Forum: wxWidgets Development (Chinese)
- Topic: 如何初始化wxchar[]和与wxString转化?
- Replies: 1
- Views: 1809
Re: 如何初始化wxchar[]和与wxString转化?
你可以使用
wxString str = wxT("00011111000000011");
你也可以:wxString str = _("00011111000000011");
你还可以: wxString str = "00011111000000011";
你仍然可以:wxString str = wxString::Format(wxT("00011111000000011"));
....
wxString str = wxT("00011111000000011");
你也可以:wxString str = _("00011111000000011");
你还可以: wxString str = "00011111000000011";
你仍然可以:wxString str = wxString::Format(wxT("00011111000000011"));
....
- Tue Nov 07, 2017 10:46 am
- Forum: wxWidgets Development (Chinese)
- Topic: wxsocket最大连接数
- Replies: 1
- Views: 1810
Re: wxsocket最大连接数
这个和wx没有关系,linux默认可打开文件数目是1024,而linux下socket也是文件,那么socket连接最大数目也是1024, 但是程序肯定还有别的文件被打开比如stdxx,也即实际最大数目也是少于1024的。
- Wed Aug 09, 2017 1:08 am
- Forum: wxWidgets Development (Chinese)
- Topic: 怎么使用wxRegEx从文本里面获取一串wxString数组
- Replies: 3
- Views: 4123
Re: 怎么使用wxRegEx从文本里面获取一串wxString数组
这个嘛,就正则表达示的应用示例就能解决你这个问题:
http://docs.wxwidgets.org/trunk/classwx ... 120331c2cb
http://docs.wxwidgets.org/trunk/classwx ... 120331c2cb
- Tue Jan 17, 2017 1:29 am
- Forum: wx.NET
- Topic: How to create a wxWidgets window as subwindow of a C# Form window?
- Replies: 1
- Views: 3733
How to create a wxWidgets window as subwindow of a C# Form window?
As the topic, I have to create a C++ wxWidgets panel as the subwindow of a C# Form window. Of course I have to do such things within a dll. But now, I do not know how to do it.
Any ideas? Thanks
Any ideas? Thanks
- Mon Jan 16, 2017 6:48 am
- Forum: Announcements and Discoveries
- Topic: Is there a plan for Wayland based server porting?
- Replies: 3
- Views: 2455
Re: Is there a plan for Wayland based server porting?
Thanks for your reply. Now I want to make wxWidgets as my ARM linux's basic gui library, but I know nothing about wayland.
- Mon Jan 16, 2017 2:52 am
- Forum: Announcements and Discoveries
- Topic: Is there a plan for Wayland based server porting?
- Replies: 3
- Views: 2455
Is there a plan for Wayland based server porting?
As the topic, I want to know if there is a porting plan for wayland based background server?
- Fri Nov 07, 2014 7:06 am
- Forum: C++ Development
- Topic: Unicode and UTF-8 issue for Linux
- Replies: 3
- Views: 1169
Re: Unicode and UTF-8 issue for Linux
I think there was some different with yours.
It can be simply resolved by add a call wxCmdLineParser
It can be simply resolved by add a call wxCmdLineParser
- Thu Nov 06, 2014 4:03 am
- Forum: C++ Development
- Topic: Unicode and UTF-8 issue for Linux
- Replies: 3
- Views: 1169
Unicode and UTF-8 issue for Linux
My development environment is Linux, 32bit, with wxWidgets 3.0.0, using default configuration(compiled by ./configure && make). Now, I want to redirect some log info into a text file via wxLogMessage. But I found it only can log english strings. My OS use utf-8 encoding as default, so, I add configu...
- Sat Aug 23, 2014 4:05 pm
- Forum: Platform Related Issues
- Topic: Fatal exception raised for release, wxXmlResource::GetXRCID
- Replies: 3
- Views: 1787
Re: Fatal exception raised for release, wxXmlResource::LoadF
because mb_str() function.
- Sat Aug 23, 2014 3:47 pm
- Forum: Platform Related Issues
- Topic: Fatal exception raised for release, wxXmlResource::GetXRCID
- Replies: 3
- Views: 1787
Re: Fatal exception raised for release, wxXmlResource::LoadF
Thanks for your replly. I found the crash dues to wxXmlResource::DoGetXRCID
In this function, the heap was damaged.
Code: Select all
static int GetXRCID(const wxString& str_id, int value_if_not_found = wxID_NONE)
{ return DoGetXRCID(str_id.mb_str(), value_if_not_found); }