• 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 Problem Compiling OTX 8.6 with Code::Blocks

I've never compiled OTX project, so I can't help much.
These errors appears to be related with missing #include files.
make sure you have configured dependecy paths and that you have the dependend libraries.
and that the compiler selected in the code blocks configuration is the version required by the source code.

Strange that the errors do not point that some header is not found, it appears that it is not #included at all.
Have you deleted some '#include <...>' line or some other code line ?

If you downloaded the source from some repository, maybe you got some non-compiling code doe to latest code modifications which
haven't been revised yet and aren't compiling with your specific compiler, and the code needs some modifications.
Good luck!
 
nah my includes is complete.

the error when I compiling it, was because I missing the "__USE_MYSQL__ and __USE_SQLITE__" on the Linker.
 
Back
Top