karansher / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
1 stars 0 forks source link

Running the Program #49

Open erenfn opened 1 year ago

erenfn commented 1 year ago

When I try to run the program it seems to be working from the Windows Powershell. However, when I try to run it from the .sln file using Windows Debugger the program gives this error:

"Unable to start the program \build\x64\Debug\ALL_BUILD The system cannot find the file specified"

Am I missing something?

OneAutumnRain commented 1 year ago

Looks like you are trying to run the ALL_BUILD instead of raycasting. If you are using visual studios, set raycasting as the startup project (should be in the right click menu). If you are using command line, should be \build\Debug\raycasting or something like that.