mmp / pbrt-v3

Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
http://pbrt.org
BSD 2-Clause "Simplified" License
4.87k stars 1.18k forks source link

"E:\pbrt-v3\build\Release\ALL_BUILD" cannot be started. The system cannot find the specified file.无法启动程序“E:\pbrt-v3\build\Release\ALL_BUILD”,系统找不到指定的文件 #201

Closed lnwn closed 4 years ago

lnwn commented 5 years ago

在VS2017(Win10_64bits)上调试pbrt.cpp时显示无法启动程序“E:\pbrt-v3\build\Release\ALL_BUILD”,系统找不到指定的文件,是什么原因呢?求助,谢谢! When debugging pbrt.cpp on VS2017 (Win10_64bits), it shows that the program "E:\pbrt-v3\build\Release\ALL_BUILD" cannot be started. The system cannot find the specified file. What is the reason? Help, thank you!

black6816 commented 5 years ago

需要指定工作目录,在项目属性框里。

mmp commented 4 years ago

Closing under the expectation that @black6816's suggestion solved the problem.