Hi
Recently, I am running a program using SGX under Windows 10.
But there came to an error that "Unable to start program '\Debug\pwenclave.dll".
The program starts fine in Release builds, but on Debug I got the aforementioned error message.How could I solve this problem?
Thanks^_^
Hi,
Please setup start project as "console application".
Right click on console application->"setup startup project"
-Surenthar.
Surenthar Selvaraj. (Intel) wrote:
Hi,
Please setup start project as "console application".
Right click on console application->"setup startup project"
-Surenthar.
Thank you for your response.^_^
For more complete information about compiler optimizations, see our Optimization Notice.