by peter » 16 Feb 2007, 13:49
> The macro should really use namespace's since not all developers like to start the .cpp file with a lot of "using namespace" clauses
I completely agree.
Version 1.2.9 will include this change.
br
Peter
>
> In the macro POCO_APP_MAIN in Util/Application.h
>
> change
> AutoPtr pApp = new App;
> to
> Poco::AutoPtr pApp = new App;
>
> and
> "Application::EXIT_CONFIG;"
> needs to be prefixed with Poco::Util
>
>
>
>