Date: Sun, 18 Jul 1999 13:36:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mark , djgpp AT delorie DOT com Subject: Re: still got double buffering prob. in 13h mode. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 18 Jul 1999, I wrote: > > 48:warning: passing arg 2 of 'movedata' makes integer from pointer without > > a cast. > > You need to use an explicit cast, like this: > > movedata(_my_ds(), (unsigned long)double_buffer, screen, 0, 320*200); Note that the library documentation for movedata includes an example that uses the cast like this.