Hey, 2011/5/2 Gurpreet Kaur Karwal <[email protected]>: > Hello everyone, I am very new to Wt and I am very much impressed by its > awesome features and under-lying model. I want to use it for the development > of various applications. I installed Wt successfully and its examples are > working fine too. Then I tried creating my own application using the same > source code given in examples. After trying a lot I successfully deployed > Dialog Example by putting it in my own folder and creating CMakeLists.txt of > my own following various links. But there is always a problem when I try to > do the same with "hello" examples. The problems appear after "make" command, > these are: > > In constructor ‘HelloApplication::HelloApplication(const > Wt::WEnvironment&)’: > 62: error: no match for call to ‘(Wt::EventSignal<Wt::WMouseEvent>) ()’ > /usr/include/Wt/WSignal:875: note: candidates are: void > Wt::EventSignal<E>::operator()(E) [with E = Wt::WMouseEvent] > :67: error: invalid use of ‘void’
It seems you are trying to copy something (a widget, the application ?), which isn't allowed. Regards, koen ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
