<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=185022814-16112007><FONT face=Arial 
size=2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial size=2>Just checked out the 
latest version using CVS (CVSNT supplied with WinCVS didn't install on 2 
computers I tried, but that aside).</FONT></SPAN></DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial size=2>When compiling with 
VS2005 (no service packs), I get an error in protocol.cpp at line 209; I must 
change this:</FONT></SPAN></DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
commandNumber = outgoingCommand -&gt; command.header.command &amp; 
ENET_PROTOCOL_COMMAND_MASK;</FONT></SPAN></DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial size=2>into:</FONT></DIV>
<DIV><BR><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; commandNumber = 
(ENetProtocolCommand)(outgoingCommand -&gt; command.header.command &amp; 
ENET_PROTOCOL_COMMAND_MASK);<BR></FONT></DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial size=2>Anybody else running 
into this problem?</FONT></SPAN></DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial size=2>I never use CVS (I 
use SVN) so have no idea how to commit (and am hesitant to do so given my lack 
of experience with CVSNT).</FONT></SPAN></DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial 
size=2>Cheers,</FONT></SPAN></DIV>
<DIV><SPAN class=185022814-16112007><FONT face=Arial 
size=2>Ruud</FONT></SPAN></DIV></SPAN></BODY></HTML>