> > Thanks, that is what I was looking for. While implementing this I > found a couple documentation errors > http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WServer.html#_details > server.addEntryPoint(WServer::Application, createApplication); > should be: > server.addEntryPoint(Wt::Application, createApplication); > > http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WResource.html#_details > void handleRequest(const Wt::Http::Request& request, const > Wt::Http::Response& response) > should be: > void handleRequest(const Wt::Http::Request& request, > Wt::Http::Response& response) >
Eric, Fixed, thank you. Regards, Wim. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
