<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi, in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102383#M1122</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;This link error can be resolved by&amp;nbsp;including the path of sgx_uae_service_sim.lib under Properties -&amp;gt; Linker -&amp;gt; Additional library directories.&lt;/P&gt;

&lt;P&gt;- Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2016 06:48:03 GMT</pubDate>
    <dc:creator>PadmaPriya_M_Intel</dc:creator>
    <dc:date>2016-12-02T06:48:03Z</dc:date>
    <item>
      <title>sgx_uae_service_sim error</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102382#M1121</link>
      <description>&lt;P&gt;Hi. I'm trying to put the simulator of Intel SGX working with Microsoft Visual Studio, but, after all the configurations to the simulation I get the error:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;"Severity&amp;nbsp;&amp;nbsp; &amp;nbsp;Code&amp;nbsp;&amp;nbsp; &amp;nbsp;Description&amp;nbsp;&amp;nbsp; &amp;nbsp;Project&amp;nbsp;&amp;nbsp; &amp;nbsp;File&amp;nbsp;&amp;nbsp; &amp;nbsp;Line&amp;nbsp;&amp;nbsp; &amp;nbsp;Suppression State&lt;BR /&gt;
		Error&amp;nbsp;&amp;nbsp; &amp;nbsp;LNK1104&amp;nbsp;&amp;nbsp; &amp;nbsp;cannot open file 'sgx_uae_service_sim.lib'&amp;nbsp;&amp;nbsp; &amp;nbsp;app_test_save&amp;nbsp;&amp;nbsp; &amp;nbsp;C:\Users\patri\Documents\Visual Studio 2015\Projects\app_test_save\app_test_save\LINK&amp;nbsp;&amp;nbsp; &amp;nbsp;1 &amp;nbsp; &amp;nbsp;"&lt;/P&gt;

	&lt;P&gt;Any help??&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 19:29:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102382#M1121</guid>
      <dc:creator>patricia_s_</dc:creator>
      <dc:date>2016-12-01T19:29:25Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102383#M1122</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;This link error can be resolved by&amp;nbsp;including the path of sgx_uae_service_sim.lib under Properties -&amp;gt; Linker -&amp;gt; Additional library directories.&lt;/P&gt;

&lt;P&gt;- Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 06:48:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102383#M1122</guid>
      <dc:creator>PadmaPriya_M_Intel</dc:creator>
      <dc:date>2016-12-02T06:48:03Z</dc:date>
    </item>
    <item>
      <title>Hi.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102384#M1123</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;First of all, thanks for your answer!&lt;BR /&gt;
	&lt;BR /&gt;
	I have the library in the Additional Dependencies...&lt;/P&gt;

&lt;P&gt;You mean Properties -&amp;gt; Linker -&amp;gt; Input -&amp;gt; Additional Dependencies? I'm this field I have the library: "sgx_uae_service_sim.lib; sgx_urts_sim.lib;%(AdditionalDependencies)"&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;In the Properties -&amp;gt; Linker -&amp;gt; General -&amp;gt; Additional Library Directories I have this: "&lt;/SPAN&gt;$(SGXSDKInstallPath)bin\$(Plat-form)\$(Configuration);%(AdditionalLibraryDirectories)"&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;Any error in my configuration?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 09:40:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102384#M1123</guid>
      <dc:creator>patricia_s_</dc:creator>
      <dc:date>2016-12-02T09:40:37Z</dc:date>
    </item>
    <item>
      <title>In addiction, I change the</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102385#M1124</link>
      <description>&lt;P&gt;In addiction, I change the order of additional dependencies:&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;"sgx_urts_sim.lib;sgx_uae_service_sim.lib;%(AdditionalDependencies)" and I got too:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Severity&amp;nbsp;&amp;nbsp; &amp;nbsp;Code&amp;nbsp;&amp;nbsp; &amp;nbsp;Description&amp;nbsp;&amp;nbsp; &amp;nbsp;Project&amp;nbsp;&amp;nbsp; &amp;nbsp;File&amp;nbsp;&amp;nbsp; &amp;nbsp;Line&amp;nbsp;&amp;nbsp; &amp;nbsp;Suppression State&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;LNK1104&amp;nbsp;&amp;nbsp; &amp;nbsp;cannot open file 'sgx_urts_sim.lib'&amp;nbsp;&amp;nbsp; &amp;nbsp;app_test_save&amp;nbsp;&amp;nbsp; &amp;nbsp;C:\Users\patri\Documents\Visual Studio 2015\Projects\app_test_save\app_test_save\LINK&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;for the library&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;'sgx_urts_sim.lib'. If you can help me with this, please.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 10:36:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102385#M1124</guid>
      <dc:creator>patricia_s_</dc:creator>
      <dc:date>2016-12-02T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102386#M1125</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Please share your code. We will get back to you once we have reviewed it.&lt;/P&gt;

&lt;P&gt;-Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 11:45:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102386#M1125</guid>
      <dc:creator>PadmaPriya_M_Intel</dc:creator>
      <dc:date>2016-12-02T11:45:28Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102387#M1126</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks again!&lt;BR /&gt;
	&lt;BR /&gt;
	I think that is more easier to share with you the website with all the code and all the files that I create, because I follow all this example:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://ayeks.de/2016/01/Create-and-Execute-an-Intel-SGX-Enclave/" target="_blank"&gt;http://ayeks.de/2016/01/Create-and-Execute-an-Intel-SGX-Enclave/&lt;/A&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	I will wait for some feedback.&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 11:47:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102387#M1126</guid>
      <dc:creator>patricia_s_</dc:creator>
      <dc:date>2016-12-02T11:47:52Z</dc:date>
    </item>
    <item>
      <title>Please use this code</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102388#M1127</link>
      <description>&lt;P&gt;Please use this code (modified one)&lt;/P&gt;

&lt;P&gt;&lt;A href="https://drive.google.com/open?id=0B4N3YNdBPBe8VThaY3UzUVdIWkE"&gt;https://drive.google.com/open?id=0B4N3YNdBPBe8VThaY3UzUVdIWkE&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I build with visual studio 2013&lt;/P&gt;

&lt;P&gt;-Surenthar&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 12:01:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-uae-service-sim-error/m-p/1102388#M1127</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-12-02T12:01:29Z</dc:date>
    </item>
  </channel>
</rss>

