• 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!

Solved Fixed

Well i need it to ;/
Code:
../tools.cpp:23:26: cryptopp/sha.h: No such file or directory
../tools.cpp:24:26: cryptopp/md5.h: No such file or directory
../tools.cpp:25:30: cryptopp/adler32.h: No such file or directory
../tools.cpp:26:27: cryptopp/hmac.h: No such file or directory
../tools.cpp:28:26: cryptopp/hex.h: No such file or directory

../tools.cpp:29:29: cryptopp/base64.h: No such file or directory
../tools.cpp:30:31: cryptopp/cryptlib.h: No such file or directory
../tools.cpp: In function `std::string transformToMD5(std::string, bool)':
../tools.cpp:40: error: `CryptoPP' has not been declared
../tools.cpp:40: error: `MD5' was not declared in this scope
../tools.cpp:40: error: expected `;' before "hash"
../tools.cpp:43: error: `byte' was not declared in this scope
../tools.cpp:43: error: expected `;' before "digest"
../tools.cpp:46: error: `hash' was not declared in this scope
../tools.cpp:46: error: `digest' was not declared in this scope
../tools.cpp:46: error: ISO C++ forbids declaration of `type name' with no type

make.exe: *** [obj//tools.o] Error 1

Execution terminated

these are not all, i removed some of them cuz they are so many
 
Back
Top