- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Good morning everyone,
I am very new to Intel SGX and have just installed the Intel SGX SDK on my computer. I am running Visual Studio 2012 Professional and it was my understand that the Intel SGX SDK installer would install a Visual Studio template, making it easy to get started. Alas, no such template was installed :-( Can anyone help me get started? Is there a template I can download somewhere, or a sample project? Any help would be appreciated.
regards,
Abbey
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi Cedric,
The 1.1 SDK supports Microsoft Visual Studio* 2012 Professional/Ultimate Edition only/Intel® Parallel Studio XE for Windows* Version 2013 Initial Release .
Please follow the below procedure:
1. Install the Intel PSW Software, then install the Intel SGX SDK
2. Install the Microsoft Visual Studio* 2012 Professional/Ultimate Edition only/Intel® Parallel Studio XE for Windows* Version 2013 Initial Release for developing SGX Enhanced application.
Thanks and Regards,
Surenthar Selvaraj
Link copiado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
After installing the SDK, the directory
C:\Program Files (x86)\Intel\IntelSGXSDK\src
should contain some sample projects.
What version of the SDK do you have?
If you are not getting the Wizards that are described in the
"Using Microsoft* Visual Studio* Intel® Software Guard Extensions Wizard"
section of the documentation, you can try re-installing the SDK. I am not aware of any issues with this feature.
Thanks
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hello Abbey,
I have the same problem (with Visual Studio 2015 & Intel SGX SDK version 1.1.30214.81). I tried to reinstall the sdk, but nothing changed.
Have you resolved your problem ?
Regards,
Charlotte
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Charlotte,
The 1.1 SDK does not support VS2015. I believe it only supports VS2012.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi Charlotte,
The 1.1 SDK supports Microsoft Visual Studio* 2012 Professional/Ultimate Edition only.
Please refer the release notes of Intel SGX SDK for your reference
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Thank you! I guess I read too quickly.
Is there any SDK version compatible with any free Visual Studio version (Express/Community) ?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
VS2012 Express does not support Addons/Plugins, so it won't work.
You should be able to manually modify the project file instead of using a Wizard/Plugin (use one of the sample projects as starting point).
The actual compilation/linking should work. I don't think the debugger will.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Does it work with Visual Studio Premium 2012 ?
I saw on internet that this is a version between Pro & Ultimate (here : http://www.c-sharpcorner.com/news/visual-studio-2012-editions-comparison), and I have the possibility to get it by my school.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
It should (but I haven't tried it)
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Reporting the same issue as Abbey. Installed Visual Studio professional
Installed Intel SGX PSW for Windows v1.1.30214.81 from https://registrationcenter.intel.com/en/forms/?productid=2614.
Experienced the same issue : It did not install the visual studio add-in as expected.
I figured out I also needed to install SGXSDK on top of SGX PSW.
Cedric
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi Cedric,
The 1.1 SDK supports Microsoft Visual Studio* 2012 Professional/Ultimate Edition only/Intel® Parallel Studio XE for Windows* Version 2013 Initial Release .
Please follow the below procedure:
1. Install the Intel PSW Software, then install the Intel SGX SDK
2. Install the Microsoft Visual Studio* 2012 Professional/Ultimate Edition only/Intel® Parallel Studio XE for Windows* Version 2013 Initial Release for developing SGX Enhanced application.
Thanks and Regards,
Surenthar Selvaraj
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Charlotte: I tried VS2012 Premium RTM and with Update5 on a clean Windows7x64 SP1 VM. The SGX 1.1 SDK installed with no issues and integrated with VS.
Cedric: As you noted, if you want Visual Studio integration you need to install the SDK. The PSW contains the runtime, not the development components. The development components are included in the SDK.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi,
After installing the SGX SDK you will find the sample code in C:\Program Files (x86)\Intel\IntelSGXSDK\src folder and the include files are present in the C:\Program Files (x86)\Intel\IntelSGXSDK\include folder.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi All
I have installed SDK 2.2 and have the sample programs in Program files (x86)/Intel. I cannot find any template for SGX SDK in Visual Studio 2015 pro and Visual Studio 2017 pro. Any help will be appreciated.
Thanks and Regards
Saurabh Dawra
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi
I have successfully installed the SGX SDK (version 2.2.103.49302) and also have the sample code in program files(x86)/Intel SGX SDK/src. I cannot find any template in VS2015 pro and VS 2017 community version. Any help will be appreciated.
Thanks and Regards
Saurabh Dawra

- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora