Month: April 2011
-
Bug in Security Update for Visual C++ Redistributable Package: April 12, 2011 causes program error on Windows 2000
Update:Microsoft’s Visual C++ team has released workarounds on the problem. AVG has released an utility that can revert the KB2467175 update, downloadable at http://twitter.blog.avg.com/2011/04/avg-feedback-update-26411.html Avira is reporting that its AntiVir software throws “The procedure entry point FindActCtxSectionStringW could not be located in the dynamic link library KERNEL32.dll.” error after installing the update released earlier this week. This is caused by…
-
How to solve LNK2001 errors related to Windows SDK CLSIDs
User IMFCoder wants to know how to solve a LNK2001 error related to CLSID_CMpeg4sDecMediaObject. The user has no problem linking a lib file in the project but couldn’t find which lib the CLSID is in. The Windows SDK is strangely cryptic on which lib file the CLSID is exported from. Luckily you can find out…