Dear Rajput, 2011/8/5 PARVINDER RAJPUT <[email protected]>: > Source code of another application > http://paste.ubuntu.com/659157/ > error please check out > CMakeFiles/test.wt.dir/test.C.o: In function > `WtApplication::WtApplication(Wt::WEnvironment const&)': > test.C:(.text+0x3b5): undefined reference to `WtApplication::menuHome()' > test.C:(.text+0x49c): undefined reference to `WtApplication::menuAbout()' > collect2: ld returned 1 exit status > please help me
Please help us help you, and do not posts questions related to Wt on this mailinglist. When the linker indicates undefined references to methods that you declared yourself, then you should implement these. This has nothing to do with Wt whatsoever, but is as fundamental a C++ concept as is eating to a human being. My advise would be to spend some time learning about C and C++ programming from a good book, and find help in generic C++ user groups like http://www.cplusplus.com/forum/beginner/. In the end, it will save you a lot of time, frustration, and programming in C++ will no longer be a struggle but rather a (more) pleasant exercise in abstract thinking. Regards, koen ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
