Hi,
i have a Problem with the WEnvironment::getParameter or
::getParameterValues("index") ... that seems not to work.
I have found some sample code using it and in the documentation is also
mentioned that it is there ...
my code ..
#include "HelloMe.hpp"
#include <iostream>
using namespace std;
HelloMeApplication::HelloMeApplication(const Wt::WEnvironment& env) :
Wt::WApplication(env)
{
setTitle("Post-Commit-Github");
cout << " " << env.getParameterValues("login") <<endl;
exit(0);
}
that simply does not work i got the error:
/home/user/Development/HelloMe/HelloMe.cpp:9: error: invalid use of
incomplete type ‘const struct Wt::WEnvironment’
/usr/local/include/Wt/WGlobal:51: error: forward declaration of ‘const
struct Wt::WEnvironment’
...
THX for helping.
Frank :-)
------------------------------------------------------------------------------
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