Mobotix cameras online

A bit of Mobotix cameras online, various models (discovered by web spider bot):

Basic

D12D-Sec

D12D-Sec-DNight

Continue reading →

Still buggy regular expressions – Visual Studio .NET 2005 Service Pack 1

It is somewhat unexpected but it’s MS Visual Studio .NET 2005 Service Pack 1 already and exactly the same bug in atlrx.h is still here, though the place has been reworked with MS Visual Studio .NET 2005.

So, atlrx.h near line 745, “case RE_NOTRANGE:” branch:

size_t u = static_cast(static_cast<_tuchar>(* ((RECHAR *) sz)));
ATLASSERT((u >> 3) < (256 / 8));

Add ATLASSERT line shown above and it will assert in Unicode Debug build…

Continue reading →