<?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: Error: invalid lvalue in assignment in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Error-invalid-lvalue-in-assignment/m-p/875290#M8911</link>
    <description>&lt;P&gt;&lt;FONT face="Arial"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Thank you for contacting Intel Software Network Support. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Our experts have responded with this feedback about your issue:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;It appears that you are using an older version of the sample code generated by uPnP Device Builder tool. There are two ways to solve this. We recommend the following options, in order of preference:&lt;BR /&gt;&lt;BR /&gt;1. Migrate from UPnP Device Builder to Digital Home Device Code Wizard. The Code Wizard tool replaces many of the original UPnP Authoring tools and will output updated source code files that should not have this compile problem. In addition, it has several new features which might be of interest to your development project. You can find more details at &lt;/FONT&gt;&lt;A href="http://www3.intel.com/cd/ids/developer/asmo-na/eng/downloads/upnp/index.htm"&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www3.intel.com/cd/ids/developer/asmo-na/eng/downloads/upnp/index.htm" target="_blank"&gt;http://www3.intel.com/cd/ids/developer/asmo-na/eng/downloads/upnp/index.htm&lt;/A&gt;&lt;BR /&gt;&lt;FONT face="Arial"&gt;&lt;BR /&gt;2. If you are unable to migrate to Code Wizard at this time, you can solve the compile issue by changing your code in the following way:&lt;BR /&gt;&lt;BR /&gt;From:&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;(char*)x-&amp;gt;Reserved -= 1;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;To: &lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;x-&amp;gt;Reserved = ((char*)x-&amp;gt;Reserved)  1;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="Arial"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&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"&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"&gt;email: &lt;/FONT&gt;&lt;A href="mailto:ISN.support@intel.com"&gt;&lt;FONT face="Arial"&gt;ISN.support@intel.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&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"&gt;*Other names and brands may be claimed as the property of others.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2007 22:03:05 GMT</pubDate>
    <dc:creator>Intel_Software_Netw1</dc:creator>
    <dc:date>2007-03-22T22:03:05Z</dc:date>
    <item>
      <title>Error: invalid lvalue in assignment</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-invalid-lvalue-in-assignment/m-p/875289#M8910</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;I am trying to compile the micro light example with gcc 4.1.1 on Debian. The only error I get on compilation: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;ILibParsers.c:1318: error: invalid lvalue in assignment (char*)x-&amp;gt;Reserved -= 1;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;What is the preferred solution for this?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2007 21:58:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-invalid-lvalue-in-assignment/m-p/875289#M8910</guid>
      <dc:creator>postaquestion</dc:creator>
      <dc:date>2007-03-22T21:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error: invalid lvalue in assignment</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-invalid-lvalue-in-assignment/m-p/875290#M8911</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Thank you for contacting Intel Software Network Support. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Our experts have responded with this feedback about your issue:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;It appears that you are using an older version of the sample code generated by uPnP Device Builder tool. There are two ways to solve this. We recommend the following options, in order of preference:&lt;BR /&gt;&lt;BR /&gt;1. Migrate from UPnP Device Builder to Digital Home Device Code Wizard. The Code Wizard tool replaces many of the original UPnP Authoring tools and will output updated source code files that should not have this compile problem. In addition, it has several new features which might be of interest to your development project. You can find more details at &lt;/FONT&gt;&lt;A href="http://www3.intel.com/cd/ids/developer/asmo-na/eng/downloads/upnp/index.htm"&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www3.intel.com/cd/ids/developer/asmo-na/eng/downloads/upnp/index.htm" target="_blank"&gt;http://www3.intel.com/cd/ids/developer/asmo-na/eng/downloads/upnp/index.htm&lt;/A&gt;&lt;BR /&gt;&lt;FONT face="Arial"&gt;&lt;BR /&gt;2. If you are unable to migrate to Code Wizard at this time, you can solve the compile issue by changing your code in the following way:&lt;BR /&gt;&lt;BR /&gt;From:&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;(char*)x-&amp;gt;Reserved -= 1;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;To: &lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;x-&amp;gt;Reserved = ((char*)x-&amp;gt;Reserved)  1;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="Arial"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&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"&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"&gt;email: &lt;/FONT&gt;&lt;A href="mailto:ISN.support@intel.com"&gt;&lt;FONT face="Arial"&gt;ISN.support@intel.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&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"&gt;*Other names and brands may be claimed as the property of others.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2007 22:03:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-invalid-lvalue-in-assignment/m-p/875290#M8911</guid>
      <dc:creator>Intel_Software_Netw1</dc:creator>
      <dc:date>2007-03-22T22:03:05Z</dc:date>
    </item>
  </channel>
</rss>

