Tag Archives: windows 7

Configuring OpenGL in Chinese version of VS2010 and problem solving

Under normal circumstances, the need to install first GLUT. Download address: http://www.opengl.org/resources/libraries/glut/glutdlls37beta.zip
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\ GL “
2. Let the glut of decompression. Lib and glut32. Lib in “” Programfiles (x86) 10.0 VC \ \ lib \ Microsoft Visual studio” (ditto)
3.
4.
4.
5.
5.
5.
5.
5.
5.
5. Open VS2010, open any project or create a new one, and be careful to add.c to the file name when creating the CPP file (for example, opengl.c). Under the Solution ->; Right-click item ->; Property – & gt; Configure properties ->; Input – & gt; Add a dependency, where you add opengl32.lib; glu32.lib ; glut32 ;
 
Possible problems:
ERROR LNK1104: Could not open the file ‘opengl32.lib glu32.lib glut32.lib’
1. Note that these files are connected by semicolon, change to opengl32.lib; glu32.lib ; glut32 ;
2. The compiler did not find the path to these files, so you need to manually add: right-click project ->; Property – & gt; VC++ directory, in the include directory and library directory to add the path to store these files.
 
“Stdafx. h” : No such file or directory
1. Verify that the environment configuration is: Properties →C/C++→ Precompiled Header → “No Precompiled Header”.
#include < #include < stdafx.h> In general, except for MFC projects, precompiled headers are not used.
 
 

Windows 7 system update failed – WindowsUpdate_ 800B0100

1 problem description

updated IE to IE11 these days, and the system automatically detected an important update: the cumulative security update (KB3003057) for Internet Explorer 11 for Windows 7 based on the x64 system.

now that it’s detected, and it’s a security update, install it directly (although I usually use Chrome). As a result, the update failed multiple times, with error code 8024000B. After getting the help online, the update prompt was: “WindowsUpdate_800B0100” “WindowsUpdate_dt000” failed to install Updates.

2 solution

for a long time, finally found a solution:

  1. enter the C:\Windows\SoftwareDistribution\Download folder
  2. to delete all files

oh, you can reinstall the update.

3 problems in depth

for Windows Update error 800B0100, indicates that a required file was corrupted or missing during the Update process. In retrospect, I did have a forced shutdown during the update stage, and I guess it was during that time that The file was corrupted.

Microsoft’s website has a detailed description of the problem: Windows Update error 800B0100, and then provides a system Update ready tool to resolve the Update problem.