VirtualBox 1.5.2 released
InnoTek just released a new version of their virtualisation solution - VirtualBox 1.5.2. It is free for personal (including commercial) use, there is an open source version as well and it works really good.
InnoTek just released a new version of their virtualisation solution - VirtualBox 1.5.2. It is free for personal (including commercial) use, there is an open source version as well and it works really good.
In case you have the same problem as I - a Creative Audigy 2 ZS card and Vista x64 - and you wonder will there ever be drivers that work ... someone else with the same problem assembled an updated driver pack which installs without any warnings and contains only certified files (no UAC disabling needed). Grab it at http://nomoregoatsoup.wordpress.com/audigy-drivers/
A new C/C++ frontend is being developed - clang. It's aimed for the LLVM compiler infrastructure. The interesting part is the motivation for it (you can read about it in the slides introducing it) - the main goal is to get a good intermediate representation (AST) which can be easily consumed by other tools (static code analysis, etc.) Moreover, they want to have excellent diagnostics support (though this smells like fixing the problems with C and C++ from the wrong side, in my opinion the syntax is long due for an overhaul). Looks very interesting, and as Apple is behind this, there is hope that this one will eventually become usable.
The FilleZilla Team just released FileZilla 3.0. Grab it from here while it's hot. FileZilla is an excellent, free, OpenSource FTP client, and now works on Linux and Windows. I'm using it since several years and never ever had a problem with it.
Recently, Microsoft is quite open about the future of VC++, unlike the years before, and things are looking good actually. Herb Sutter is busy working on Concur (see Concur & C++ Presentation at Google Video). Nice to see a real guru like him working on concurrency stuff, cause he might have a chance to get it working and used (after all, he is the chairman of the ISO C++ committee and the VC++ lead). The VC++ compiler is getting a new frontend. This also includes a new code model which, for the first time, allows access to the compiler's AST. While it might sound like a normal thing these days, the AST wasn't available earlier because the compiler is partly 20 years old:
"In the days of the 256K limit, a large, in-memory structure such as a whole-program AST was not feasible"
Note this is all post-Orcas, so we're talking about Visual Studio 201x here. They're also working on the native code side (even the vice president understood now that native code isn't going anywhere), including stuff from C++ 0x. Interesting stuff going on for sure, after they have fallen behind with the compiler quite a bit compared to the latest Intel C++ or Sun Studio.