From: "=?iso-8859-1?Q?Veli-Pekka_Kilpel=E4inen?=" <vpk2 AT sci DOT fi> To: <djgpp AT delorie DOT com> Subject: function parameter type cast missing? Date: Thu, 3 Dec 1998 13:03:01 +0200 Message-ID: <01be1eac$7ec991a0$e9024ac3@vpk2.sci.fi> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BE1EBD.425261A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BE1EBD.425261A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm a newbie with c/c++ so this might be a stupid question. Why I can't use <movedata.h> header? When I try to Rhide my prog all I = get is an error message that function parameter typecasts are missing(in = that header). Like void function(int para1, para2); I can change my = own functions to void function(int para1, int para2); which will be = accepted, but that doesn't make sense with standarn headers. Is this C or C++ header? my progs extension is .cpp and I'm trying to = learn C++. Should I use some other header and function to move lot's of = data around? Thanks already. ------=_NextPart_000_0004_01BE1EBD.425261A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"> <HTML> <HEAD> <META content=3Dtext/html;charset=3Diso-8859-1 = http-equiv=3DContent-Type> <META content=3D'"MSHTML 4.71.2016.0"' name=3DGENERATOR> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT color=3D#000000 face=3DArial size=3D2>I'm a newbie with c/c++ = so this might=20 be a stupid question.</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT> </DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>Why I can't use = <movedata.h>=20 header? When I try to Rhide my prog all I get is an error message that = function=20 parameter typecasts are missing(in that header). Like void=20 function(int para1, para2); I can change my own functions to = void=20 function(int para1, int para2); which will be accepted, but that doesn't = make=20 sense with standarn headers.</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT> </DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>Is this C or C++ = header? my progs=20 extension is .cpp and I'm trying to learn C++. Should I use some other = header=20 and function to move lot's of data around?</FONT></DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT> </DIV> <DIV><FONT color=3D#000000 face=3DArial size=3D2>Thanks=20 already.</FONT></DIV></BODY></HTML> ------=_NextPart_000_0004_01BE1EBD.425261A0--