Has some thing been changed recently on signals from Ext:: widgets?
In my code tips like below was working well before I migrate to
boost_1_41 + wt_3.1.0:


calss MyApp : public WContainerWidget{
Ext::Button *b_;
public:
    WContainerWidget(WContainerWidget *p){
        b = new Ext::Button(root());
        b_->clicked().connect(SLOT(this, MyApp::onBclicked));
    }

public slots:
    void onBclicked(){};
}


code above give "Segmentation fault"  at here
b_->clicked().connect(SLOT(this, MyApp::onBclicked));




------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to