X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <411C33E9.42EE82ED@yahoo.com> From: CBFalconer Organization: Ched Research X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Help PLZ References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 Date: Fri, 13 Aug 2004 03:39:52 GMT NNTP-Posting-Host: 12.76.138.148 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1092368392 12.76.138.148 (Fri, 13 Aug 2004 03:39:52 GMT) NNTP-Posting-Date: Fri, 13 Aug 2004 03:39:52 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dumas wrote: > ... snip ... > unsigned long x2 = 4294967294; > /*unsigned long:[Warning] decimal constant is so large that is > unsigned. I'm trying use unsigned, unsigned long with the same sesult */ use: unsigned long x2 = 4294967294L; Note the final L. That makes it a long constant. Before it was an integer constant, and oversized. -- Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net) Available for consulting/temporary embedded and systems. USE worldnet address!