When I use THttpServer in standalone application, I defined a function like void NextEvent() and use THttpServer::RegisterCommand("/NextEvent","NextEvent()") to use it in web page.
But I get error like: use of undeclared identifier ‘NextEvent’, so what’s the correct way to do it, thanks for any help or comment.
ROOT Version: Not Provided Platform: Not Provided Compiler: Not Provided