I can not compile my C++ projects after installing ‘Security Update for Microsoft Visual Studio 2010 (KB2455033)’, see my yesterday’s post: Security Update for Microsoft Visual Studio 2010 (KB2455033) failed with Code 643. Visual Studio 2010 shows the following error: 1>—— Build started: Project: some_project_name_i_am_hiding, Configuration: Debug Win32 —— 1> stdafx.cpp 1>c:\program files (x86)\microsoft visual …
Category Archives: Programming
Security Update for Microsoft Visual Studio 2010 (KB2455033) failed with Code 643
Yesterday tried to install ‘Security Update for Microsoft Visual Studio 2010 (KB2455033)’ via Windows update on Windows 7 Ultimate 64-bit but it failed with Code 643. Installation constantly failed with Code 643 – Some updates were not installed. Currently Google search does not shows anything useful, however Microsoft Connect have listed 4 workarounds. I tried …
Continue reading “Security Update for Microsoft Visual Studio 2010 (KB2455033) failed with Code 643”
Test Silverlight speed or Test CPU speed with Silverlight
While we were developing SilverBench (online multicore CPU benchmarking with Silverlight), I found one interesting benchmark project. It is called Balls / Bubblemark animation test. You can test and directly compare speed / performance for the following programming languages: JavaScript, Silverlight (C#), Flash (ActionScript) and Java. Source code is provided. Project is maintained from 2007 …
Continue reading “Test Silverlight speed or Test CPU speed with Silverlight”