<?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 Re: Set up a C++ project in VS2017 from scratch in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679282#M15849</link>
    <description>&lt;P&gt;Yes it is. See my above post for the solution. Thanks again, I appreciate your response.&lt;/P&gt;</description>
    <pubDate>Sat, 02 Mar 2019 22:54:59 GMT</pubDate>
    <dc:creator>JAlli3</dc:creator>
    <dc:date>2019-03-02T22:54:59Z</dc:date>
    <item>
      <title>Set up a C++ project in VS2017 from scratch</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679278#M15845</link>
      <description>&lt;P&gt;Hi, as the title says, I'm trying to set up a project in from scratch without success.&amp;nbsp;I've downloaded the latest SDK from GitHub and can get the examples running no problem. I'm using a C++ toolkit called openFrameworks and need to integrate the SDK into an existing project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I've added librealsense-2.18.1\include\librealsense2 to the C/C++ -&amp;gt; Additional Included Directories and pointed to librealsense-2.18.1\Build\Release in the Linker -&amp;gt; Additional Library Directories to connect to the realsense2.lib file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried some of the code from this page - &lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/examples/capture"&gt;https://github.com/IntelRealSense/librealsense/tree/master/examples/capture&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But pipe.start(); leads to lots of unresolved external symbol errors e.g:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error - LNK2001 - unresolved external symbol _rs2_get_failed_function	- ofxIntelRealSense.obj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I have to link to in order to get started? All I need to do is get the depth texture from 2 cameras.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details:&lt;/P&gt;&lt;P&gt;Windows 10 with VS2017&lt;/P&gt;&lt;P&gt;RealSense D435 with latest firmware&lt;/P&gt;&lt;P&gt;SDK 2.18.1 downloaded from GitHub&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2019 01:36:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679278#M15845</guid>
      <dc:creator>JAlli3</dc:creator>
      <dc:date>2019-03-02T01:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set up a C++ project in VS2017 from scratch</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679279#M15846</link>
      <description>&lt;P&gt;This is a subject that admittedly is not explained in a beginner-friendly way.  I should mention that I do not usually do project building in Visual Studio (the Unity game engine is my primary development environment), but I will do my best to assist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that in RealSense SDK 2.0, Librealsense is linked in to a Visual Studio project via a program called CMake.  The links below may be helpful in understanding this process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/zivsha/librealsense/tree/getting_started_example/examples/getting-started"&gt;https://github.com/zivsha/librealsense/tree/getting_started_example/examples/getting-started&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/2471"&gt;https://github.com/IntelRealSense/librealsense/issues/2471&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2019 02:04:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679279#M15846</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-03-02T02:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set up a C++ project in VS2017 from scratch</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679280#M15847</link>
      <description>&lt;P&gt;Thanks for your reply. It seems like the only thing I was missing was the following in my RealSense class:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#pragma comment(lib, "realsense2.lib")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why this is necessary. I thought that linking to the correct directory was enough.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2019 21:16:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679280#M15847</guid>
      <dc:creator>JAlli3</dc:creator>
      <dc:date>2019-03-02T21:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set up a C++ project in VS2017 from scratch</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679281#M15848</link>
      <description>&lt;P&gt;Is your project linking to the RealSense library correctly now, please?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2019 22:45:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679281#M15848</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-03-02T22:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set up a C++ project in VS2017 from scratch</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679282#M15849</link>
      <description>&lt;P&gt;Yes it is. See my above post for the solution. Thanks again, I appreciate your response.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2019 22:54:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Set-up-a-C-project-in-VS2017-from-scratch/m-p/679282#M15849</guid>
      <dc:creator>JAlli3</dc:creator>
      <dc:date>2019-03-02T22:54:59Z</dc:date>
    </item>
  </channel>
</rss>

