<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Good day everyone. I try to compile the server to 
debug the bug with server crash when user exits the game via the bed.<BR>So I 
get numerous "unresolved external symbol"</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Some of missing functions are in the reader.l and 
loader.l (neither reader.c nor loader.c nor swamp.c are in TRUNK or in 
BRANCH/1.x, which is strange, cause they are included in PROJECT)<BR>I don'd 
know what compiler should understand their syntax, but ok, I edited them for 
VC++ to understand. I get this:<BR>error C2065: 'yytext' : undeclared 
identifier<BR>error C2065: 'YY_CURRENT_BUFFER' : undeclared identifier<BR>error 
C2065: 'YY_BUF_SIZE' : undeclared identifier<BR>error C2065: 'yybufstate' : 
undeclared identifier<BR>etc.<BR>Strange, I do can't find any declarations of 
them in these sources.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Other missing functions are in files which are not 
included in project at all. Like "legacy_ob_apply()", which is in the 
/types/legacy/apply.c</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Could anyone enlight me what I did 
wrong?</FONT></DIV></BODY></HTML>