Monthly Archives: April 2008

Choose the next post subject

Yeah, you, my dear reader: Choose what you want to read about! State of C++0x: What is coming, what is available today already and why it’s time to get excited. C++/C/C# Interop: How to consume a C++ app from C# … Continue reading

Posted in General | Tagged | 1 Comment

Server problems, VC feature pack updated

You probably noticed it, my blog was down for several hours due to a failure in the database server. Well, in the meantime, the Visual C++ Team released an updated VC++ feature pack which fixes the installer problems and several … Continue reading

Posted in Programming | Tagged , | Leave a comment

Setting up a minimal Debian for VM use

I’ve been just installing a Linux in a VM again (using VirtualBox, tested with 1.5.6). As a minimal system, I choose Debian (with minimal I mean that you don’t get much unused stuff, it boots fast and the disk usage … Continue reading

Posted in General | Tagged , | Leave a comment

Bug in Boost 1.35/Threads, Condition::notify_one

There is a bug in Boost.Threads 1.35 (tracked as #1803) — basically, condition::notify_one may fail to wake-up a thread. It is fixed on the trunk (r44150 — thanks Anthony Williams for the quick fix). The bug might not sound that … Continue reading

Posted in Programming | Tagged , , | 1 Comment