X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 14 May 2006 15:24:46 +0300 From: alex bodnaru Subject: Re: error: invalid lvalue in increment In-reply-to: <44670d4b$0$3880$91cee783@newsreader01.highway.telekom.at> To: djgpp AT delorie DOT com Message-id: <4467218E.2050804@alex3> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, he References: <44670d4b$0$3880$91cee783 AT newsreader01 DOT highway DOT telekom DOT at> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk the cast transforms a lvalue into a rvalue Florian Xaver wrote: > What is wrong? > > ... > (l_text)d += 1; > *d = GetKey(App) & 0xFF; > ... > > thanks > flo