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.