<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hello, i'm compiling my application in builder c++ v6 and when&nbsp;I add:<BR>&nbsp;<BR>u_int ip_len = (ip-&gt;ver_ihl &amp; 0xf) * 4; //Longitud de Ip header<BR>udp = (udp_header*)((u_char*)ip + ip_len);<BR>&nbsp;<BR>where ip_header *ip;<BR>&nbsp;<BR>I have a error in the line number two:<BR>&nbsp;<BR>cannot convert udp_header*&nbsp; to udp_header<BR>&nbsp;<BR>I don't know what happend. Someone know?<BR>&nbsp;<BR>thanks in advanced<BR><br /><hr />Todo ruedas: información práctica y todo el glamour del mundo del motor. <a href='http://estilo.es.msn.com/' target='_new'>MSN Estilo y Tendencias</a></body>
</html>