<?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: Unable to build Event Simulation code in C++ with Windows in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858315#M2117</link>
    <description>Hi Ajith,&lt;BR /&gt; &lt;BR /&gt; For the sake of building Event Simulation we taken a Linux code, &lt;BR /&gt; so we faced some porting issues like variables not found and Name Space problems.&lt;BR /&gt; &lt;BR /&gt; 1. Previously we taken Event Manager, Event Simulation WSDL files,&lt;BR /&gt; now i taken only 'Event Manager' and generated the files for building purpose.&lt;BR /&gt; 2. We Removed the code relating to NameSpace concept in the&lt;BR /&gt; Linux versions of the files. with this changes we are able to build the code.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Can you Help on how to get Description of Event,&lt;BR /&gt; if we are not wrong EventData column of Event structer is the &lt;BR /&gt; corrent column, if it how to print that one.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Ravi</description>
    <pubDate>Fri, 08 Jun 2007 07:45:24 GMT</pubDate>
    <dc:creator>ravi</dc:creator>
    <dc:date>2007-06-08T07:45:24Z</dc:date>
    <item>
      <title>Unable to build Event Simulation code in C++ with Windows</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858309#M2111</link>
      <description>Hi ,&lt;BR /&gt; We are try to build EventSimulation code in C++ with windows &lt;BR /&gt; but we are facing some issues. These are the steps we followed.&lt;BR /&gt;&lt;BR /&gt; 1. Taken a base files from Linux version.&lt;BR /&gt; 2. Prepared a batch by following AgentPresenceAPI.&lt;BR /&gt; 3. We generated related files ,by executing batch files.&lt;BR /&gt;  4. Created workspaces and included related files.&lt;BR /&gt;  5. Compiled the workspaces no errors but unable to build, errors are &lt;BR /&gt;   stdsoap2.obj : error LNK2001: unresolved external symbol _namespaces&lt;BR /&gt; Debug/EventSimulation.exe : fatal error LNK1120: 1 unresolved externals.&lt;BR /&gt;&lt;BR /&gt; Whether we are missing any thing here, we are poor in soap base code.&lt;BR /&gt;  If previously any build the Event Simulation code in C++ with windows please provide.&lt;BR /&gt;&lt;BR /&gt; Note:&lt;BR /&gt;   Included related nsmap files also.&lt;BR /&gt;&lt;BR /&gt; We are unable to solving the issue any help on this would be great help.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Ravi</description>
      <pubDate>Mon, 04 Jun 2007 07:47:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858309#M2111</guid>
      <dc:creator>ravi</dc:creator>
      <dc:date>2007-06-04T07:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Event Simulation code in C++ with Windows</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858310#M2112</link>
      <description>&lt;P&gt;Hi Ravi,&lt;/P&gt;
&lt;P&gt;Thanks for the questions.You can find instructionsin UserGuide.pdf in the docs folder of SDK for building the sample applications in windows. The document also specifies the pre-requisites for windows environment. Please make sure that in your workspace, ThirdParty folder is included. All of the C++ code is provided in the Linux folder of the SDK as samples. Currently we do not have any EventManager sample in C++ for windows environment.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2007 16:32:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858310#M2112</guid>
      <dc:creator>Ajith_I_Intel</dc:creator>
      <dc:date>2007-06-04T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Event Simulation code in C++ with Windows</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858311#M2113</link>
      <description>Hi,&lt;BR /&gt; Thanks for the reply . We followed the user guide and other spcefications,&lt;BR /&gt; we are able to compile the code ,facing the problem while building.&lt;BR /&gt;&lt;BR /&gt; We know error is something related to gSoap related. &lt;BR /&gt; This link given some solution, same way we followed but unable to solve the error . &lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://www.qtcentre.org/forum/f-general-programming-9/t-qt-gsoap-visual-studio-2005-3639.html" target="_blank"&gt;http://www.qtcentre.org/forum/f-general-programming-9/t-qt-gsoap-visual-studio-2005-3639.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Ravi</description>
      <pubDate>Tue, 05 Jun 2007 08:34:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858311#M2113</guid>
      <dc:creator>ravi</dc:creator>
      <dc:date>2007-06-05T08:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Event Simulation code in C++ with Windows</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858312#M2114</link>
      <description>&lt;P&gt;Hi Ravi,&lt;/P&gt;
&lt;P&gt;What version of AMT SDK are you using? In your workspace, have you included the path to the bin directory in AMT SDK? I am assuming you are using Visual Studio 2005 is that correct? Instructions in the user guide are for Microsoft Visual Studio 2003, for AMT 2.0 and 2.1 SDK. &lt;/P&gt;
&lt;P&gt;Meanwhile, I will attempt to build the sample in C++ code here at my end in VS2003 and let you know the findings. Appreciate your patience with us.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2007 17:29:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858312#M2114</guid>
      <dc:creator>Ajith_I_Intel</dc:creator>
      <dc:date>2007-06-05T17:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Event Simulation code in C++ with Windows</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858313#M2115</link>
      <description>Hi,&lt;BR /&gt; Finally we are able to build the code . Thanks for the support.&lt;BR /&gt; &lt;BR /&gt; We are using VC++7.1(Visual Studio2003), and the SDK version &lt;BR /&gt; Intel_AMT_ORG_Release2.1_131008.&lt;BR /&gt;&lt;BR /&gt; Can you help us to know what Event Trigger would do.&lt;BR /&gt; &lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Ravi</description>
      <pubDate>Wed, 06 Jun 2007 12:58:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858313#M2115</guid>
      <dc:creator>ravi</dc:creator>
      <dc:date>2007-06-06T12:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Event Simulation code in C++ with Windows</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858314#M2116</link>
      <description>&lt;P&gt;Hi Ravi,&lt;/P&gt;
&lt;P&gt;Very glad to hear that the problem is resolved. Can you share with us the solution in terms of what you had to do to address the problem? &lt;/P&gt;
&lt;P&gt;EventTrigger WSDL in the SDK is to be used with the emulator to simulate platform eventsranging from logging theevents to alerting.&lt;/P&gt;
&lt;P&gt;Hope thisanswers your question.&lt;/P&gt;
&lt;P&gt;Thanks for using theforum.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2007 17:26:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858314#M2116</guid>
      <dc:creator>Ajith_I_Intel</dc:creator>
      <dc:date>2007-06-06T17:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Event Simulation code in C++ with Windows</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858315#M2117</link>
      <description>Hi Ajith,&lt;BR /&gt; &lt;BR /&gt; For the sake of building Event Simulation we taken a Linux code, &lt;BR /&gt; so we faced some porting issues like variables not found and Name Space problems.&lt;BR /&gt; &lt;BR /&gt; 1. Previously we taken Event Manager, Event Simulation WSDL files,&lt;BR /&gt; now i taken only 'Event Manager' and generated the files for building purpose.&lt;BR /&gt; 2. We Removed the code relating to NameSpace concept in the&lt;BR /&gt; Linux versions of the files. with this changes we are able to build the code.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Can you Help on how to get Description of Event,&lt;BR /&gt; if we are not wrong EventData column of Event structer is the &lt;BR /&gt; corrent column, if it how to print that one.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Ravi</description>
      <pubDate>Fri, 08 Jun 2007 07:45:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Unable-to-build-Event-Simulation-code-in-C-with-Windows/m-p/858315#M2117</guid>
      <dc:creator>ravi</dc:creator>
      <dc:date>2007-06-08T07:45:24Z</dc:date>
    </item>
  </channel>
</rss>

