glut keyboard error

I did a tutorial from Light house. The code itself appears to fine. However, I’ve not been able to find a resolve for the glutkeyboard.exe missing when I compile. Anyone else seen this?

Here is the exact error message.

\Debug\glutkeybrd.exe.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.

This is a Microsoft-specific thingie. Suggest you google it or post in the OpenGL for Windows forum.

Here’s one random post that suggests you clear all additional manifests in MSVC++: link. And one that suggests just turning off manifest generation: link. Google for more details.

Ty sir. I actually found a the source code to my tutorials in the super bible and they answered all my questions. Thanks for your responses.