Date: Sun, 6 Dec 1998 10:31:14 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: =?iso-8859-1?Q?Veli-Pekka_Kilpel=E4inen?= cc: djgpp AT delorie DOT com Subject: Re: function parameter type cast missing? In-Reply-To: <01be1eac$7ec991a0$e9024ac3@vpk2.sci.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 3 Dec 1998, =?iso-8859-1?Q?Veli-Pekka_Kilpel=E4inen?= wrote: > Why I can't use header? When I try to Rhide my prog all I > get is an error message that function parameter typecasts are missing(in > that header). See the DJGPP FAQ list, section 8.21. > Should I use some other header and function to move lot's of > data around? Try `memcpy'. `movedata' is only for moving buffers to and from conventional memory (e.g., the video memory of the SVGA).