VIsual Studio 2008 Setup Failure with “A problem has been encountered while loading the setup components”

http://support.microsoft.com/kb/959417

Solution: Install Microsoft Visual Studio 2008 Service Pack 1.

Computer

How to use accelerator keys on the dialog box in Visual C++

http://www.codeguru.com/cpp/w-d/dislog/tutorials/article.php/c4965/Processing-Keyboard-Messages.htm
http://www.codeproject.com/Articles/1619/Keyboard-messages-accelerators-handling-in-MFC-dia
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q100770

Computer

Error 1324 during Acrobat installation

Issue: The Acrobat installer fails with the following error. “Error 1324.The path My Documents or the volume is invalid.”

Solution: Change the language for non-Unicode programs back to English. http://forums.adobe.com/thread/754432

Computer

Suppressing LNK4099 warning

Web page on which the issue was posted originally: http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/e3d0fcf4-84e5-478e-a44e-131449408df3

“I am afraid there is not much you can do about it. You see this warning because the third-party library was complied with either /Zi or /ZI compiler option, so a link to vc80.pdb was added to the .obj files in the library. When you link the library to your project, linker will looking for that vc80.pdb file but of course you don’t have it. So this means you can safely ignore that warning because it is just annoying. Normally you can use /ignore linker setting to ignore certain linker warnings, unfortunately this does not work for LNK4099 warning. If, however, you can talk to the library publisher, you may ask for a rebuild version SDK(without /Zi and /ZI of crouse) to fix the issue.”

Computer

쫄면 안돼

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

Continue reading

This and That