<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2730.1700" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hey guys,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm trying to put the ENET library into a VC++.NET 
Win32 DLL and I've run into some problems. I'm relatively new to C++ so try and 
bare with me if these are obvious questions.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm getting the following errors:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>protocol.c(1163): fatal error C1010: unexpected end 
of file while looking for precompiled header directive</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If I turn off precompiled headers then I get this 
error:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Synet error LNK2019: unresolved external symbol <A 
href="mailto:__imp__htonl@4">__imp__htonl@4</A> referenced in function 
_enet_host_connect<BR>Synet error LNK2001: unresolved external symbol <A 
href="mailto:__imp__htonl@4">__imp__htonl@4</A><BR>Synet error LNK2019: 
unresolved external symbol <A href="mailto:__imp__htonl@4">__imp__htonl@4</A> 
referenced in function _enet_protocol_send_outgoing_commands<BR>Synet error 
LNK2019: unresolved external symbol <A 
href="mailto:__imp__htons@4">__imp__htons@4</A> referenced in function 
_enet_host_connect<BR>Synet error LNK2001: unresolved external symbol <A 
href="mailto:__imp__htons@4">__imp__htons@4</A><BR>Synet error LNK2001: 
unresolved external symbol <A 
href="mailto:__imp__htons@4">__imp__htons@4</A><BR>Synet error LNK2019: 
unresolved external symbol <A href="mailto:__imp__ntohl@4">__imp__ntohl@4</A> 
referenced in function _enet_peer_send<BR>.</FONT></DIV>
<DIV><FONT face=Arial size=2>.</FONT></DIV>
<DIV><FONT face=Arial size=2>.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and it keeps going on and on for most of the 
functions etc.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any idea why this is happening?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,<BR>Max</DIV>
<DIV><BR></DIV></FONT></BODY></HTML>