Hey, 2010/8/1 OvermindDL1 <[email protected]>: > On Sat, Jul 31, 2010 at 5:20 PM, OvermindDL1 <[email protected]> wrote: >> Error is: >> >> 1>s:\sdks\wt\wt\src\web\WebSession.h(300) : error C2354: >> 'Wt::WEvent::handler' : initialization of reference member requires a >> temporary variable >> 1> s:\sdks\wt\wt\src\web\WebSession.h(317) : see declaration of >> 'Wt::WEvent::handler' >> 1>s:\sdks\wt\wt\src\web\WebSession.h(300) : error C2439: >> 'Wt::WEvent::handler' : member could not be initialized >> 1> s:\sdks\wt\wt\src\web\WebSession.h(317) : see declaration of >> 'Wt::WEvent::handler' >> >> Should be pretty self explanatory I hope. > > Looks like this commit caused the problem. What was the purpose of this > commit? > Commit:9d832856671e491c631844f9114e792fd7cbd7f8
Got it, and it should be fixed now. The purpose of the commit is to make intialize() and finalize() also be run from within the notify() method -- this is used to allow bindings to handle errors, memory management, thread management, etc... in a single location. Regards, koen ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
