<?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: Problems compiling with MicroAV Renderer in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Problems-compiling-with-MicroAV-Renderer/m-p/851523#M6867</link>
    <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;If you look at PlaylistManagerS.c&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Youll notice near the top, youll find the line:&lt;BR /&gt;// PDA: Somehow this got broke would no longer build, commenting it out fixed the issue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;If you uncomment the block below it, it will fix the problem. Most likely this code comment was a referencing an issue on thelocal machine.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Theinstaller will be updatedto correct this in future versions. (You can uncomment this block in the ComponentsPlaylistTrackManager folder of where you installed the DHDCW tool, and it will generate the code correctly if you need to regenerate code, untilthe installer is updated.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;----------&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Gina B.&lt;BR /&gt;Intel Software Network Support&lt;BR /&gt;&lt;/FONT&gt;&lt;A href="http://www.intel.com/software"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.intel.com/software" target="_blank"&gt;http://www.intel.com/software&lt;/A&gt;&lt;BR /&gt;&lt;FONT face="Arial" size="2"&gt;email: &lt;/FONT&gt;&lt;A href="mailto:ISN.support@intel.com"&gt;&lt;FONT face="Arial" size="2"&gt;ISN.support@intel.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Intel is a registered trademark of Intel Corporation or its subsidiaries in the United States and other countries. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;*Other names and brands may be claimed as the property of others.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jun 2007 23:26:03 GMT</pubDate>
    <dc:creator>Intel_Software_Netw1</dc:creator>
    <dc:date>2007-06-22T23:26:03Z</dc:date>
    <item>
      <title>Problems compiling with MicroAV Renderer</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-compiling-with-MicroAV-Renderer/m-p/851522#M6866</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Hello. I've tried to compile the UPnP Win32_MmrRslMp Micro AV Renderer with the Microsoft Visual Studio 2005 Ccompiler, and I get these errors (in French, because... I am French !) :&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Gnration de code en cours...&lt;BR /&gt;Compilation en cours...&lt;BR /&gt;mediaplayer1.cpp&lt;BR /&gt;MicroMediaRendererApp.cpp&lt;BR /&gt;MicroMediaRendererDlg.cpp&lt;BR /&gt;c:program filesmicrosoft visual studio&lt;BR /&gt;8vcplatformsdkincludewinsock2.h(3791) : error C2371: 'fd_set' :&lt;BR /&gt;redfinition ; types de base diffrents&lt;BR /&gt; c:program filesmicrosoft visual studio&lt;BR /&gt;8vcplatformsdkincludewinsock2.h(115) : voir la dclaration de&lt;BR /&gt;'fd_set'&lt;BR /&gt;stdafx.cpp&lt;BR /&gt;MediaPlayerVersions_Methods.cpp&lt;BR /&gt;c:intel authoring tools for upnpstacks and applicationsmicro av&lt;BR /&gt;renderer\_devicebuilderwin32_winsock2ilibparsers.h(138) : error C2061:&lt;BR /&gt;erreur de syntaxe : identificateur 'fd_set'&lt;BR /&gt;c:intel authoring tools for upnpstacks and applicationsmicro av&lt;BR /&gt;renderer\_devicebuilderwin32_winsock2ilibparsers.h(139) : error C2061:&lt;BR /&gt;erreur de syntaxe : identificateur 'fd_set'&lt;BR /&gt;Gnration de code en cours...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;I tried many ways, I searched during many hours on the web why fd_set from winsock2.h causes such a problem, but I failed ;-)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Can you help me ?&lt;BR /&gt;Thanks.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2007 23:21:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-compiling-with-MicroAV-Renderer/m-p/851522#M6866</guid>
      <dc:creator>postaquestion</dc:creator>
      <dc:date>2007-06-22T23:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling with MicroAV Renderer</title>
      <link>https://community.intel.com/t5/Software-Archive/Problems-compiling-with-MicroAV-Renderer/m-p/851523#M6867</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;If you look at PlaylistManagerS.c&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Youll notice near the top, youll find the line:&lt;BR /&gt;// PDA: Somehow this got broke would no longer build, commenting it out fixed the issue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;If you uncomment the block below it, it will fix the problem. Most likely this code comment was a referencing an issue on thelocal machine.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Theinstaller will be updatedto correct this in future versions. (You can uncomment this block in the ComponentsPlaylistTrackManager folder of where you installed the DHDCW tool, and it will generate the code correctly if you need to regenerate code, untilthe installer is updated.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;----------&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Gina B.&lt;BR /&gt;Intel Software Network Support&lt;BR /&gt;&lt;/FONT&gt;&lt;A href="http://www.intel.com/software"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.intel.com/software" target="_blank"&gt;http://www.intel.com/software&lt;/A&gt;&lt;BR /&gt;&lt;FONT face="Arial" size="2"&gt;email: &lt;/FONT&gt;&lt;A href="mailto:ISN.support@intel.com"&gt;&lt;FONT face="Arial" size="2"&gt;ISN.support@intel.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Intel is a registered trademark of Intel Corporation or its subsidiaries in the United States and other countries. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;*Other names and brands may be claimed as the property of others.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2007 23:26:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problems-compiling-with-MicroAV-Renderer/m-p/851523#M6867</guid>
      <dc:creator>Intel_Software_Netw1</dc:creator>
      <dc:date>2007-06-22T23:26:03Z</dc:date>
    </item>
  </channel>
</rss>

