View Single Post
  #1  
Old 03-05-2004, 01:45 AM
rodec
Fire Beetle
 
Join Date: Dec 2003
Posts: 17
Default Error compiling world

when i compile the world i get the following failures

Code:
net.cpp
d:\eqemu\cvs\CVSNT\eqemu\eqemu\Source\world\net.cpp(98) : error C2065: '_CrtSetDbgFlag' : undeclared identifier
d:\eqemu\cvs\CVSNT\eqemu\eqemu\Source\world\net.cpp(98) : error C2065: '_CRTDBG_ALLOC_MEM_DF' : undeclared identifier
d:\eqemu\cvs\CVSNT\eqemu\eqemu\Source\world\net.cpp(98) : error C2065: '_CRTDBG_LEAK_CHECK_DF' : undeclared identifier
d:\eqemu\cvs\CVSNT\eqemu\eqemu\Source\world\net.cpp(98) : error C2296: '|' : illegal, left operand has type ''unknown-type''
d:\eqemu\cvs\CVSNT\eqemu\eqemu\Source\world\net.cpp(98) : error C2297: '|' : illegal, right operand has type ''unknown-type''
If someone can make sence of that mess i would be greatfull.
Reply With Quote