Hey Roman, 2011/2/10 netconnect - Roman Zotter <[email protected]>: > i tried to upgrade my Wt. > > Compiling and Creating of the library worked fine. > > > > But when i run an application linked to the new version it crashes at the > point, when i try to create a new WContainerWidget.
Since the application itself makes container widgets (including WApplication::root()) before you fail to make one, I would suspect that somehow you are still compiling against your old header files, or linking against the old libraries, or using the old libraries somewhere in your LD_LIBRARY_PATH. Except the little oddities noted in the release notes, there should be no problem upgrading. Regards, koen ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
