<?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 Putu in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053709#M50993</link>
    <description>&lt;P&gt;Hi Putu&lt;/P&gt;

&lt;P&gt;I'm really thankful to&amp;nbsp;your help.&lt;/P&gt;

&lt;P&gt;I am able resolve my issue.&lt;/P&gt;

&lt;P&gt;But could you kindly elaborate the explanation of the the line if "$(Platform)" == "x86" ( copy /y "$(RSSDK_DIR)\bin\win32\libpxccpp2c.dll" "$(TargetDir)" ) else ( copy /y "$(RSSDK_DIR)\bin\x64\libpxccpp2c.dll" "$(TargetDir)" )&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Aug 2015 09:46:52 GMT</pubDate>
    <dc:creator>agund4</dc:creator>
    <dc:date>2015-08-17T09:46:52Z</dc:date>
    <item>
      <title>Environment setup with c#</title>
      <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053705#M50989</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to create a C# sample for 3D scanning.&lt;/P&gt;

&lt;P&gt;So I followed the manual instructions and added 'libpxcclr.cs.dll'.&lt;/P&gt;

&lt;P&gt;While trying to execute I got the following error on the code line below:&lt;/P&gt;

&lt;P&gt;PXCMSenseManager sm=PXCMSenseManager.CreateInstance();&lt;/P&gt;

&lt;P&gt;I am facing small issue as mentioned in the attached file(realsense1)&lt;/P&gt;

&lt;P&gt;On googling the below link helped me &lt;A href="http://stackoverflow.com/questions/3456758/a-reference-to-the-dll-could-not-be-added"&gt;http://stackoverflow.com/questions/3456758/a-reference-to-the-dll-could-not-be-added&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;rbut when I try to run &lt;STRONG&gt;&lt;SPAN class="typ"&gt;TlbImp&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;exe libpxccpp2c&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;dll&amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="pln"&gt;I am geeting a error (unable to locate input library).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="pln"&gt;Tried it giving the path even. Didn't work&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="pln"&gt;Please HELP..&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 13:10:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053705#M50989</guid>
      <dc:creator>agund4</dc:creator>
      <dc:date>2015-08-14T13:10:47Z</dc:date>
    </item>
    <item>
      <title>It's easy. You just need to</title>
      <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053706#M50990</link>
      <description>&lt;P&gt;It's easy. You just need to add '&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;libpxccpp2c.dll&lt;/SPAN&gt;' to your project as an existing file (not as a reference), and make sure to set the property "Copy to Local=true"&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 15:50:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053706#M50990</guid>
      <dc:creator>PKusm</dc:creator>
      <dc:date>2015-08-14T15:50:50Z</dc:date>
    </item>
    <item>
      <title>@putu I am unable to add it</title>
      <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053707#M50991</link>
      <description>&lt;P&gt;@putu I am unable to add it please check the attached file in the above message&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 18:36:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053707#M50991</guid>
      <dc:creator>agund4</dc:creator>
      <dc:date>2015-08-14T18:36:26Z</dc:date>
    </item>
    <item>
      <title>It seems that you didn't get</title>
      <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053708#M50992</link>
      <description>&lt;P&gt;It seems that you didn't get my sentence correctly, let me guide you to the easier way.&lt;BR /&gt;
	After you have added &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;'libpxcclr.cs.dll' as a reference&lt;/SPAN&gt;, you need to configure the post-build event by specifying the following command.&lt;/P&gt;

&lt;P&gt;if "$(Platform)" == "x86" ( copy /y "$(RSSDK_DIR)\bin\win32\libpxccpp2c.dll" "$(TargetDir)" ) else ( copy /y "$(RSSDK_DIR)\bin\x64\libpxccpp2c.dll" "$(TargetDir)" )&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;I have attached a screenshot too, I hope this can help you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2015 02:53:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053708#M50992</guid>
      <dc:creator>PKusm</dc:creator>
      <dc:date>2015-08-15T02:53:46Z</dc:date>
    </item>
    <item>
      <title>Hi Putu</title>
      <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053709#M50993</link>
      <description>&lt;P&gt;Hi Putu&lt;/P&gt;

&lt;P&gt;I'm really thankful to&amp;nbsp;your help.&lt;/P&gt;

&lt;P&gt;I am able resolve my issue.&lt;/P&gt;

&lt;P&gt;But could you kindly elaborate the explanation of the the line if "$(Platform)" == "x86" ( copy /y "$(RSSDK_DIR)\bin\win32\libpxccpp2c.dll" "$(TargetDir)" ) else ( copy /y "$(RSSDK_DIR)\bin\x64\libpxccpp2c.dll" "$(TargetDir)" )&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2015 09:46:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053709#M50993</guid>
      <dc:creator>agund4</dc:creator>
      <dc:date>2015-08-17T09:46:52Z</dc:date>
    </item>
    <item>
      <title>It's pretty self-explanatory.</title>
      <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053710#M50994</link>
      <description>&lt;P&gt;It's pretty self-explanatory. First, i&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;t checks whether your application is 32-bit (x86) or 64-bit. And then, it&lt;/SPAN&gt;&amp;nbsp;will copy the '&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;libpxccpp2c.dll' from RealSense SDK directory (RSSDK_DIR) to your application directory automatically.&lt;BR /&gt;
	Glad I can help :)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2015 10:01:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053710#M50994</guid>
      <dc:creator>PKusm</dc:creator>
      <dc:date>2015-08-17T10:01:10Z</dc:date>
    </item>
    <item>
      <title>hi everyone, i want to modify</title>
      <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053711#M50995</link>
      <description>&lt;P&gt;hi everyone, i want to modify sample code face tracking c#&lt;/P&gt;

&lt;P&gt;is it possible for me to use it with sql server for database that will save face data&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 07:39:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053711#M50995</guid>
      <dc:creator>wiko_a_</dc:creator>
      <dc:date>2016-04-04T07:39:44Z</dc:date>
    </item>
    <item>
      <title>wiko a.</title>
      <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053712#M50996</link>
      <description>&lt;P&gt;wiko a.&lt;/P&gt;

&lt;P&gt;Rather than adding your question as an answer, you should really post a new question in the forum. It doesn't cost anything and it makes sure that your question doesn't get overlooked.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 07:54:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053712#M50996</guid>
      <dc:creator>Peter_O_Hanlon</dc:creator>
      <dc:date>2016-04-04T07:54:50Z</dc:date>
    </item>
    <item>
      <title>hi!</title>
      <link>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053713#M50997</link>
      <description>&lt;P&gt;hi!&lt;/P&gt;

&lt;P&gt;i've some problem with a tool written half in fortran and half in c#.&lt;/P&gt;

&lt;P&gt;I try debugging, the tool starts by c# but when i try finding all the math results done by fortran I can't...&lt;/P&gt;

&lt;P&gt;could somebody help me?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 13:19:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Environment-setup-with-c/m-p/1053713#M50997</guid>
      <dc:creator>DEBORA_P_</dc:creator>
      <dc:date>2016-09-22T13:19:20Z</dc:date>
    </item>
  </channel>
</rss>

