POCO C++ Libraries Blog

News and discussion for the POCO Community


1.3.2 is Coming

Release 1.3.2 is on its way. For the impatient, a release candidate is available from the SVN repository. Following is a list of changes since 1.3.1: – added POCO_NO_SHAREDMEMORY to Config.h – POCO_NO_WSTRING now really disables all wide string related calls – added template specialization for string hashfunction (performance) – XML parser performance improvements (SAX […]


PocoPDF

I have just submitted a first attempt of PocoPDF into the SVN sandbox. It is a wrapper for the Haru PDF library. Haru depends on zlib and libpng, so full source for all three is embedded in PocoPDF. Submitted code works and it comes with two samples – one showing how to create a text […]


Introducing PageCompiler and ApacheConnector

As promised a few days ago, here are two new and cool addition to POCO. PageCompiler is a simple compiler that translates HTML pages containing embedded C++ code (using syntax familiar from JSP and PHP) into HTTPRequestHandler classes. ApacheConnector is a module for Apache 2.x that allows you to use POCO HTTPRequestHandler subclasses in Apache. […]


It Just Works

I love things that “just work”. Ubuntu distro is supposed to be one of those things. Some time ago, I tried to install it on an old laptop and ended up with LCD panel split in three screens (I’m not kidding) and mouse popping up all over the place. Then I tried Mepis and I […]