Search found 6 matches

by laikokman
Sun Mar 01, 2015 8:53 am
Forum: C++ Development
Topic: error: no matching function to call
Replies: 3
Views: 2118

Re: error: no matching function to call

thanks,its really solve my problem. but when i click the OK button the dialog wont show . what cause this ? thank you :D
by laikokman
Sun Mar 01, 2015 8:43 am
Forum: wxWidgets Development (Chinese)
Topic: dialog 问题wxsmith
Replies: 1
Views: 2578

dialog 问题wxsmith

怎样能做出dialog 在wxsmith ? youtube 有但是我跟着做却run不到。。。谁能教我?谢谢
by laikokman
Sun Jan 25, 2015 6:32 am
Forum: C++ Development
Topic: error: no matching function to call
Replies: 3
Views: 2118

error: no matching function to call

newbie here, how to solve this ? i followed exactly the youtube video error: no matching function to call my_wxclientdc::DrawRotatedText im Using codeblock +wxSmith to build RotatedText tmp_dlg(this); int dlg=tmp_dlg.ShowModal(); if(dlg==wxID_OK) { my_wxclientdc->DrawRotatedText(tmp_dlg.Text)->GetVa...
by laikokman
Wed Jan 21, 2015 7:39 pm
Forum: Open Discussion
Topic: NEED HELPER for wxwidget application
Replies: 0
Views: 6006

NEED HELPER for wxwidget application

who can create wxwidget gui for me ? TITLE : create graphic user interface with wxwidget for CNC machine x,y,z axis movement . (eg: when click button (x axis), the machine will move x axis. of course using parallel port to connect to machine.this i will do lasty. just need the code. price can be neg...
by laikokman
Wed Jan 21, 2015 7:32 pm
Forum: C++ Development
Topic: learning wxWidget.. Help , im totally newbie
Replies: 1
Views: 916

learning wxWidget.. Help , im totally newbie

im start with building a hello world where i learn from wxwidgets.org after i follow all the instruction i got 1 error expected type -specifier before hello_worldApp .. how to solve this ? and i got 1 question , i need to create a gui for CNC machine x,y,z movement ... is that possible using wxwidge...