- Отметить как новое
- Закладка
- Подписаться
- Отключить
- Подписка на RSS-канал
- Выделить
- Печать
- Сообщить о недопустимом содержимом
I need to include the Python.h header file inside the enclave module (i.e., enclave.cpp). However, the Visual Studio shows an error stating it cannot find Python.h. When I add the path including the Python.h file to the configuration of Enclave.cpp module, the visual studio shows another error as "Error cannot open source file "io.h" Enclave C:\Python27\include\pyconfig.h 68".
It is worth mentioning that I am able to include the Python.h inside the untrusted part of the project (i.e., App.cpp).
Would you please help me how can I solve this problem.
I am using Microsoft Visual Studio 2015 professional edition on Windows 7, 64-bit operating system.
Ссылка скопирована
- Отметить как новое
- Закладка
- Подписаться
- Отключить
- Подписка на RSS-канал
- Выделить
- Печать
- Сообщить о недопустимом содержимом
Input/output are not allowed to be included in the Enclave due to security design. In general, even you can include python.h and compile it, it is most likely that you will get error in linking the program because the library is not static or has unsafe functions.
- Подписка на RSS-канал
- Отметить тему как новую
- Отметить тему как прочитанную
- Выполнить отслеживание данной Тема для текущего пользователя
- Закладка
- Подписаться
- Страница в формате печати