And another thing:
You declared a void myprocess1(void); member function <== WITH void
parameter list BUT in the myLabel::myLabel() constructor you called the
myprocess1() WITHOUT any parameter list: This may cause problems to the
compiler:
        protected:
        Gtk::Label m_label;
        string labeltext;
        string newtext;
        void myprocess1(); <== see here
caution required.
Good luck.
====================
On Mon, 2013-08-05 at 17:17 -0400, L. D. James wrote:
> Thanks, Moh.  That resolved the error issue.  As far as I can see,
> it's functioning perfect!
> 
> I'll have some questions on Threading.  But I'll reserve this for a
> new topic.
> 
> -- L. James
> 


_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to