PDA

View Full Version : Compiling error?


Jezebell
04-20-2004, 06:07 PM
VS .NET gives an error when compiling in net.cpp

c:\Documents and Settings\Administrator\Desktop\EQEMu CVS\world\net.cpp(98): error C2065: '_CrtSetDbgFlag' : undeclared identifier

c:\Documents and Settings\Administrator\Desktop\EQEMu CVS\world\net.cpp(98): error C2065: '_CRTDBG_ALLOC_MEM_DF' : undeclared identifier

c:\Documents and Settings\Administrator\Desktop\EQEMu CVS\world\net.cpp(98): error C2065: '_CRTDBG_LEAK_CHECK_DF' : undeclared identifier

c:\Documents and Settings\Administrator\Desktop\EQEMu CVS\world\net.cpp(98): error C2296: '|' : illegal, left operand has type ''unknown-type''

c:\Documents and Settings\Administrator\Desktop\EQEMu CVS\world\net.cpp(98): error C2297: '|' : illegal, right operand has type ''unknown-type''

Anyone know how to fix this?

Derision
04-20-2004, 09:22 PM
Try going into Build/Configuration Manager and set the Active Solution Configuration to 'Release' instead of 'Debug', and recompile.

Jezebell
04-21-2004, 01:09 AM
Thanks!! that worked.