• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Error

Evil Mark

President
Premium User
Joined
Nov 23, 2008
Messages
2,046
Reaction score
250
Hi, I've got a 0.2 Mystic Spirit and I'm receiving errors while compiling


Code:
 D:\unknown\source\protocol.cpp In member function `bool Protocol::XTEA_decrypt(NetworkMessage&)': 
137 D:\unknown\source\protocol.cpp `cout' is not a member of `std' 
171 D:\unknown\source\protocol.cpp `cout' is not a member of `std' 
 D:\unknown\source\protocol.cpp In member function `bool Protocol::RSA_decrypt(RSA*, NetworkMessage&)': 
183 D:\unknown\source\protocol.cpp `cout' is not a member of `std' 
191 D:\unknown\source\protocol.cpp `cout' is not a member of `std' 
191 D:\unknown\source\protocol.cpp *** [obj//protocol.o] Error 1

Would appreciate it if someone could help me out..
 
Back
Top