<?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 Discovery Sample in C++ in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Discovery-Sample-in-C/m-p/831277#M1292</link>
    <description>I am having troubles building the discovery sample from the latest sdk release. I am using visual studio 2008 with Microsoft Platform SDK 2008 (ver. 6.0A or 6.1).&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The first error (which appears to cause most of the other errors) is:&lt;DIV id="_mcePaste"&gt;Error 1 error C2039: 'shared_ptr' : is not a member of 'std::tr1' c:\\intel_amt_6.0\\windows\\common\\ws-management\\c++\\cimframeworkuntyped\\include\\cimobject.h 40 Discovery&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I also receive a lot of errors when using the build.bat file to build the sdk (a lot of missing file errors).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can anyone help me out?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Devon&lt;/DIV&gt;</description>
    <pubDate>Wed, 01 Sep 2010 18:54:25 GMT</pubDate>
    <dc:creator>devonn</dc:creator>
    <dc:date>2010-09-01T18:54:25Z</dc:date>
    <item>
      <title>Discovery Sample in C++</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Discovery-Sample-in-C/m-p/831277#M1292</link>
      <description>I am having troubles building the discovery sample from the latest sdk release. I am using visual studio 2008 with Microsoft Platform SDK 2008 (ver. 6.0A or 6.1).&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The first error (which appears to cause most of the other errors) is:&lt;DIV id="_mcePaste"&gt;Error 1 error C2039: 'shared_ptr' : is not a member of 'std::tr1' c:\\intel_amt_6.0\\windows\\common\\ws-management\\c++\\cimframeworkuntyped\\include\\cimobject.h 40 Discovery&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I also receive a lot of errors when using the build.bat file to build the sdk (a lot of missing file errors).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can anyone help me out?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Devon&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Sep 2010 18:54:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Discovery-Sample-in-C/m-p/831277#M1292</guid>
      <dc:creator>devonn</dc:creator>
      <dc:date>2010-09-01T18:54:25Z</dc:date>
    </item>
    <item>
      <title>Discovery Sample in C++</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Discovery-Sample-in-C/m-p/831278#M1293</link>
      <description>Hello Devon,&lt;BR /&gt;&lt;BR /&gt;Thank you for posting your question. I will need to see if I can duplicate this and get back with you. Have you verified that you have set up your environment correctly? Take a look at: "Using the Intel AMT SDK &amp;gt; Linking to the Libraries &amp;gt; Linking to Microsoft Platform SDK Libraries" in the SDK Doc? You can view this online here: &lt;A href="http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/"&gt;Implementation and Reference Guide&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 01 Sep 2010 23:04:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Discovery-Sample-in-C/m-p/831278#M1293</guid>
      <dc:creator>Gael_H_Intel</dc:creator>
      <dc:date>2010-09-01T23:04:08Z</dc:date>
    </item>
    <item>
      <title>Discovery Sample in C++</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Discovery-Sample-in-C/m-p/831279#M1294</link>
      <description>Hello Devon,&lt;BR /&gt;&lt;BR /&gt;I was able to get my Discovery Sample to compile and link. Please make sure you are using the following MS SDK: Windows Server 2003 SP1 Platform SDK Web Install.&lt;BR /&gt;&lt;BR /&gt;What OS are you compiling on? I amon Windows 7. Note that you will need to add the appropriate include and library paths under &lt;B&gt;"Tools" --&amp;gt;"Options" --&amp;gt; "Projects and Setting" --&amp;gt; VC++ Direcectories&lt;/B&gt;. Different OSs will put the SDK in different folders, for example, the includ file that I must add is:&lt;B&gt; C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include&lt;/B&gt; - which is different than what the Implementation and Reference guide says to use. (and so forth for the library path.) I also had to go into the following folders and do a debug build:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;..\Intel_AMT_SDK_6.0_Hot_Fix_2450\Windows\Common\WS-Management\C++\openwsman (The DLL created in this project is needed for CIMOpenWsmanClient, as well.)&lt;/LI&gt;&lt;LI&gt;..\Intel_AMT_SDK_6.0_Hot_Fix_2450\Windows\Common\WS-Management\C++\CimFrameworkUntyped&lt;/LI&gt;&lt;LI&gt;..\Intel_AMT_SDK_6.0_Hot_Fix_2450\Windows\Common\WS-Management\C++\CimOpenWsmanClient&lt;/LI&gt;&lt;LI&gt;..\Intel_AMT_SDK_6.0_Hot_Fix_2450\Windows\Common\WS-Management\C++\CIMFramework&lt;/LI&gt;&lt;/UL&gt;And then I had to add their "Debug" Paths to the Library Directories because the Discovery Sample needs to find the DLLs that are created from their builds.&lt;BR /&gt;&lt;BR /&gt;To make a long story short, between following the directions in the Implementation and Reference Guide for &lt;I&gt;"Linking to Microsoft Platform SDK Libraries"&lt;/I&gt; and the&lt;I&gt; Readme&lt;/I&gt; file in the Discovery Sample's folder, I was able to build the sample successfully. &lt;BR /&gt;&lt;BR /&gt;Let me know if any of this makes any sense.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Gael&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2010 22:38:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Discovery-Sample-in-C/m-p/831279#M1294</guid>
      <dc:creator>Gael_H_Intel</dc:creator>
      <dc:date>2010-09-02T22:38:28Z</dc:date>
    </item>
    <item>
      <title>Discovery Sample in C++</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Discovery-Sample-in-C/m-p/831280#M1295</link>
      <description>Thanks! you had really done the great job. I took great help from this post. keep it up.I really appreciates your efforts.</description>
      <pubDate>Tue, 07 Sep 2010 04:50:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Discovery-Sample-in-C/m-p/831280#M1295</guid>
      <dc:creator>fintos</dc:creator>
      <dc:date>2010-09-07T04:50:13Z</dc:date>
    </item>
  </channel>
</rss>

