Hello,
i have the following error, when compiling a Project with Poco 1.5.1
error: 'Keywords' is not a namespace-name
The Code is like following :
using namespace Poco::Data;
using namespace Poco::Data::Keywords;
Can you please tell me where my failure is.
Have i perhaps do something special by compiling the Poco Library ?
Thanks





