On Jul 15, 2008, at 23:28 , kk yap wrote: > Hi, > > I have declared the event in routing.cc, routing.hh and put it in > nox.xml. Is there anywhere else I would need to register it in?
Before calling register_handler() for an event, you need to: a) define the event in the nox.xml configuration file. (Crosscheck the name in the file and in your code does match.) b) register the event class with 'Component::register<class>()'. If you have done these, it would help to see the actual code to resolve this one... Teemu -- _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
