By
alex
|
Published
May 13, 2012
Recently, we’ve received inquiries about sponsoring the POCO project. Aside from corporate (Gold, Silver, Bronze) type sponsorships which come with commercial-grade support, small individual contributions are very welcome and encouraged. Please look for the PayPal link at the bottom of the Sponsorship page or contribute directly from here: Thanks to all who have contributed so far and will […]
By
alex
|
Published
April 23, 2012
After many months of absence and low-level involvement with the project (for personal and professional reasons), I am back. We also have commitment from two other community members (Marian Krivos and Franky Braem) to help significantly with the project. For starters, Marian has retired old and I have just committed brand new trunk code. For […]
By
guenter
|
Published
April 17, 2012
I will be in Silicon Valley this summer (July 3 to September 26) and I’m looking to rent a furnished one-bedroom apartment in or near Sunnyvale. If you know or can recommend a place for me and my family to stay at please let me know (guenter at appinf.com). I’ll have an office in the […]
By
guenter
|
Published
January 23, 2012
We are proud to announce that on January 16, with our newest innovation my-devices.net, we were chosen a finalist in the CODE_n innovation contest. CODE_n is an international competition which will showcase the 50 best ideas in the field of mobile IT solutions at the world’s most important IT event, CeBIT. Out of more than […]
By
guenter
|
Published
January 23, 2012
An important patch for the 1.4.3 release is available. In 1.4.3, Poco::Util::WinRegistryKey used a function (RegDeleteKeyEx) not available on Windows XP 32-bit (it is available starting with WinXP 64-bit SP3). This prevented applications using WinRegistryKey (or ServerApplication, which uses this class) from running on Windows XP. Bug report is here. This has been fixed in […]
By
guenter
|
Published
January 16, 2012
Release 1.4.3 of the POCO C++ Libraries is now available. This release contains new features and various improvements and bugfixes. Notable new features are support for HTTP Digest authentication (contributed by Anton V. Yabchinskiy) and WebSockets (RFC 6455). As always, the CHANGELOG has all the details. Upgrading is recommended for all users of previous releases.
By
guenter
|
Published
January 4, 2012
We are proud to introduce our latest product, built with POCO: my-devices.net. my-devices.net is a web and cloud-based platform enabling secure remote access to the built-in web server of smart devices such as industrial automation systems, smart home devices, monitoring and control systems for heating, solarthermal or photovoltaic plants, and similar systems. With my-devices.net, any […]
By
guenter
|
Published
November 8, 2011
At this year’s Embedded Software Engineering Kongress (5-9 December, Sindelfingen, Germany) I’ll give an introductory workshop to POCO. The workshop, titled “Get Connected mit C++ und Open-Source-Bibliotheken” will be on Monday, December 5, from 14:00 to 17:30. Like the entire event, the workshop will be in German language. For more information, please see here.
By
guenter
|
Published
September 26, 2011
This release fixes issues for some users caused by a change to Poco::SharedLibrary (use of RTLD_DEEPBIND on Linux). This change has been reverted. Instead, overloads to load() and the constructor are provided that allow flags being passed to the loader. One of the flags currently supported in SHLIB_LOCAL, resulting in dlopen() being called with RTLD_LOCAL […]