<?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   in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054494#M51307</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks for your reply Jack,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;​I did actually do the&amp;nbsp;&lt;/SPAN&gt;property&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;sheet add and I reckoned that if they&amp;nbsp;&lt;/SPAN&gt;weren't attaching the pxcsensemanager.h won't be recognized coz its not present in the project directory, It is getting the lib and dir info I believe.&lt;/P&gt;

&lt;P&gt;Do you have any other suggestions? Thanks for your input btw.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Aman&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2015 03:41:25 GMT</pubDate>
    <dc:creator>Aman_p_</dc:creator>
    <dc:date>2015-01-19T03:41:25Z</dc:date>
    <item>
      <title>NewBie Question</title>
      <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054492#M51305</link>
      <description>&lt;P&gt;Hi Im a noob here, Im just starting out with realsense and c++ too actually. Im sorry if this question is a waste of time for you guys, but I probably cant help it and this is my last resort.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I started to add realsenses abilities in a c++ project, but Im stuck at the first step. I did search through this forum first but couldnt find an answer (probably coz it was too dumb). I also tried to look at the FAQ section but i think that link is broken.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;SO the error I get is at the very beginning when I try to create an Instance&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;2&amp;nbsp;&amp;nbsp; &amp;nbsp;error LNK2019: unresolved external symbol _PXCSession_Create@0 referenced in function "public: static class PXCSenseManager * __cdecl PXCSenseManager::CreateInstance(void)" (?CreateInstance@PXCSenseManager@@SAPAV1@XZ)&amp;nbsp;&amp;nbsp; &amp;nbsp;C:\Users\Administrator\Desktop\Project1\Project1\w32main.obj&amp;nbsp;&amp;nbsp; &amp;nbsp;Project1&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp;error LNK1120: 1 unresolved externals&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	I have tried some other mods to calling it but everytime it just fails at the create Instance line, Someone please tell me where Im going wrong.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I included the pxcsensemanager.h file and there are no errors to that linking.&lt;/P&gt;

&lt;P&gt;With the other header files , I have these&lt;BR /&gt;
	//#include &amp;lt;windows.h&amp;gt;&lt;BR /&gt;
	//#include &amp;lt;wchar.h&amp;gt;&lt;BR /&gt;
	//#include "pxcsensemanager.h"&lt;/P&gt;

&lt;P&gt;IN the middle of the program somewhere I have this&lt;BR /&gt;
	//// Create a SenseManager instance.&lt;BR /&gt;
	//PXCSenseManager *sm;&lt;BR /&gt;
	//sm = PXCSenseManager::CreateInstance();&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This is all commented out to make sure rest of my program is working ok, and it is.&lt;/P&gt;

&lt;P&gt;If this is too dumb, can someone atleast guide me to the right example I can follow, Ive been trying to follow the tutorials. And they compile just fine.&lt;/P&gt;

&lt;P&gt;Again, Im sorry if this is too dumb.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jan 2015 01:47:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054492#M51305</guid>
      <dc:creator>Aman_p_</dc:creator>
      <dc:date>2015-01-18T01:47:03Z</dc:date>
    </item>
    <item>
      <title>Aman,</title>
      <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054493#M51306</link>
      <description>&lt;P&gt;Aman,&lt;/P&gt;

&lt;P&gt;Take a look at page 8 of the Getting Started pdf.&amp;nbsp; The linkage error you are getting is probably because Visual Studio does not know which libraries to load and where they are located.&amp;nbsp;&amp;nbsp; If you follow the instructions on page 8, you will add properties to your project that will tell Visual Studio what it needs to know.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 03:09:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054493#M51306</guid>
      <dc:creator>Jack_K_1</dc:creator>
      <dc:date>2015-01-19T03:09:15Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054494#M51307</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks for your reply Jack,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;​I did actually do the&amp;nbsp;&lt;/SPAN&gt;property&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;sheet add and I reckoned that if they&amp;nbsp;&lt;/SPAN&gt;weren't attaching the pxcsensemanager.h won't be recognized coz its not present in the project directory, It is getting the lib and dir info I believe.&lt;/P&gt;

&lt;P&gt;Do you have any other suggestions? Thanks for your input btw.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Aman&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 03:41:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054494#M51307</guid>
      <dc:creator>Aman_p_</dc:creator>
      <dc:date>2015-01-19T03:41:25Z</dc:date>
    </item>
    <item>
      <title>Aman,</title>
      <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054495#M51308</link>
      <description>&lt;P&gt;Aman,&lt;/P&gt;

&lt;P&gt;PXCSession_Create is in libpxc.cpp; it uses the registry to locate libpxcsession.dll and then loads it.&amp;nbsp; The source is available.&amp;nbsp; Did you rebuild it?&amp;nbsp; I have not needed to.&lt;/P&gt;

&lt;P&gt;I've had trouble trying to duplicate your error message.&amp;nbsp; I got close by adding VS2010-13.Integration.MD.props to the project and then modifying property "Code Generation&amp;gt;Runtime Library" to "Multi-threaded Debug (/MTd)", i.e. to use static libraries.&lt;/P&gt;

&lt;P&gt;Which prop template did you use?&amp;nbsp; If you used VS2010-13.Integration.MD.props, check to make sure that property "Code Generation&amp;gt;Runtime Library" is set to "Multi-threaded Debug DLL (/MDd)" for the debug config and try rebuilding in debug mode.&lt;/P&gt;

&lt;P&gt;If you didn't used VS2010-13.Integration.MD.props, try using it in a new project.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 20:25:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054495#M51308</guid>
      <dc:creator>Jack_K_1</dc:creator>
      <dc:date>2015-01-19T20:25:00Z</dc:date>
    </item>
    <item>
      <title>Jack,</title>
      <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054496#M51309</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Jack,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;​I used the&amp;nbsp;&lt;/SPAN&gt;static property template&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;VS2010-13.Integration.MT.props&amp;nbsp;instead of&amp;nbsp;the dynamic one.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I did not rebuild or anything&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I can try with the "MD" and then see maybe that works and check the /MDd too.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I'll update you on the results I get with the MD&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 22:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054496#M51309</guid>
      <dc:creator>Aman_p_</dc:creator>
      <dc:date>2015-01-19T22:56:00Z</dc:date>
    </item>
    <item>
      <title>Aman,</title>
      <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054497#M51310</link>
      <description>&lt;P&gt;Aman,&lt;/P&gt;

&lt;P&gt;I was able to exactly reproduce the link error message you reported while trying to add the Real Sense SDK to a DirectX project.&amp;nbsp; After several failed attempts to modify the property settings to be compatible with the library, I decided to just copy the source file libpxc.cpp from C:\Program Files (x86)\Intel\RSSDK\src\libpxc, add it to my project and rebuild.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;So far this solution is working - I've been able to enable some features, initialize the camera and acquire some frames.&amp;nbsp; I'll let you know if I run into problems.&lt;/P&gt;

&lt;P&gt;Why don't you try this solution and see if it works for you?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2015 17:49:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054497#M51310</guid>
      <dc:creator>Jack_K_1</dc:creator>
      <dc:date>2015-01-20T17:49:22Z</dc:date>
    </item>
    <item>
      <title>Thanks for your reply Jack,</title>
      <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054498#M51311</link>
      <description>&lt;P&gt;Thanks for your reply Jack, that did help.&lt;/P&gt;

&lt;P&gt;I copied libpxc into my folder and included it in the main function to compile with the project.&lt;/P&gt;

&lt;P&gt;However, now I have errors related to pxcCHAR, specifically:&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp;error C2664: 'BOOL GetModuleHandleExA(DWORD,LPCSTR,HMODULE *)' : cannot convert argument 2 from 'LPCWSTR' to 'LPCSTR'&amp;nbsp;&amp;nbsp; &amp;nbsp;c:\users\administrator\desktop\project1\project1\libpxc.cpp&amp;nbsp;&amp;nbsp; &amp;nbsp;75&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp;Project1&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;4&amp;nbsp;&amp;nbsp; &amp;nbsp;error C2664: 'DWORD GetModuleFileNameA(HMODULE,LPSTR,DWORD)' : cannot convert argument 2 from 'pxcCHAR [260]' to 'LPSTR'&amp;nbsp;&amp;nbsp; &amp;nbsp;c:\users\administrator\desktop\project1\project1\libpxc.cpp&amp;nbsp;&amp;nbsp; &amp;nbsp;76&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp;Project1&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp;error C2664: 'HMODULE IsolationAwareLoadLibraryA(LPCSTR)' : cannot convert argument 1 from 'pxcCHAR *' to 'LPCSTR'&amp;nbsp;&amp;nbsp; &amp;nbsp;c:\users\administrator\desktop\project1\project1\libpxc.cpp&amp;nbsp;&amp;nbsp; &amp;nbsp;32&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp;Project1&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Im not sure if it is actually reaching the part where I create an instance in another file, So Im not 100% sure if the error has left me yet. But since you were able to get it working after the same error, maybe it will work.&lt;/P&gt;

&lt;P&gt;Do you have any suggestion on this error here?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Im very tempted to quit this and try javascript , but after you recreated the error and was able to get rid of it makes me see light at the end of the tunnel.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 04:29:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054498#M51311</guid>
      <dc:creator>Aman_p_</dc:creator>
      <dc:date>2015-01-21T04:29:18Z</dc:date>
    </item>
    <item>
      <title>Aman,</title>
      <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054499#M51312</link>
      <description>&lt;P&gt;Aman,&lt;/P&gt;

&lt;P&gt;It looks like your project is setup to use Character Set ANSI.&amp;nbsp; Try changing it to Unicode.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 05:07:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054499#M51312</guid>
      <dc:creator>Jack_K_1</dc:creator>
      <dc:date>2015-01-21T05:07:48Z</dc:date>
    </item>
    <item>
      <title>I tried to change the</title>
      <link>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054500#M51313</link>
      <description>&lt;P&gt;I tried to change the encoding of all the files but in the process broke something, so my poject now has other issue. Im trying to fit it and then see if the encoding thing works, I will keep you updated.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 06:05:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NewBie-Question/m-p/1054500#M51313</guid>
      <dc:creator>Aman_p_</dc:creator>
      <dc:date>2015-01-21T06:05:32Z</dc:date>
    </item>
  </channel>
</rss>

