1.Ok i already try removed all this types of code as Storm said
Code:
#IFDEF _DEBUG
// some code....
#ENDIF
the result is i get this error and it stop at namefunc.cpp. before this it stuck at bot_ai.cpp
and i think this is better.
Error:
Code:
[Linker error] undefined reference to `dispatchDebugCommand(edict_s*, std::string&, char*, char*, char*, char*, bool)'
ld returned 1 exit status
[Build Error] [EPB_i686.dll] Error 1
2.I don't understand what,where and which is the option that linked to the _debug .etc.
3. Storm, are you using linux or windows?