为什么在我将工作目录从$(ProjectDir)设置为$(OutDir) enclave和app之后,仍然会发生"sgx_create_enclavew ..\urts\win\urts.cpp:195无法用CreateFile()打开文件“?
我在VS工作目录中找不到文件"sample_enclave.signed.dll“。
我遵循了这个教程:https://software.intel.com/zh-cn/SGX-Development-Guide-Part-2
我使用"VS 2015 Pro“和"SGX SDK 1.7”。
发布于 2017-07-01 06:05:54
请确保项目处于"Debug“模式
https://stackoverflow.com/questions/42480265
复制相似问题