- 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
Would appreciate it if someone could help me out..
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..