microsoft / RoomAliveToolkit

Other
715 stars 191 forks source link

Can't find Shader.exe? #9

Closed CedYF closed 9 years ago

CedYF commented 9 years ago

I'm trying to run the program but it keeps telling that it can't find shader.exe. Am I missing something here? fdsfsdfsture

thundercarrot commented 9 years ago

When you load up a solution in VS, you need to specify which project is the startup project. This is a per-user configuration, so it is not checked in, you must set it yourself by right-clicking the project and selecting Set as Startup. The Shaders project is only there to compile shader code (hlsl) and does not generate an .exe.

CedYF commented 9 years ago

Thanks for the response. What exactly am I suppose to set up as startup in order to run the projection mapping samples?

thundercarrot commented 9 years ago

Sorry to be so slow to reply; you can set ProjectionMappingSample as the startup project.