How can I get my game to show up in the Games Explorer on Windows?
Posted
by
Kraemer
on Game Development
See other posts from Game Development
or by Kraemer
Published on 2011-02-04T12:39:20Z
Indexed on
2012/12/16
23:24 UTC
Read the original article
Hit count: 237
deployment
I want to create an installer for a game which allows for an icon to be put in the Games Explorer for Vista and Windows 7.
I have created the GDF, then built the script for project and obtained the .h, .gdf and .rc files. But I can't compile (using Visual Studio 2010) the .rc file into an executable to be used after that in order to create the installer. I get the following error after I set the executable path:
"Could not load file or assembly'Microsoft.VisualStudio.HpcDebugger.Impl, Version 10.0.0.0, Culture=neutral, PublickKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."
Any ideas what I'm doing wrong?
© Game Development or respective owner