• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Haxz_

  1. Haxz_

    Compiling error "need at least one database driver"

    I migrated the source code of the dev-cpp to visual studio 2013 and am having the same problem. Probably changing the compiler settings for "-D__USE_MYSQL__" will be possible to compile, but I have no idea how to change this setting ...
  2. Haxz_

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    I Fixed this error just changing a library directory; I Change "D:\otclient-msvc13-libs\OpenSSL-1.0.1e\lib" to "D:\otclient-msvc13-libs\OpenSSL-1.0.1e\lib\VC"
  3. Haxz_

    Compiling OTClient's latest source with Microsoft Visual Studio 2013.

    Fix: Just change library directory from "D:\otclient-msvc13-libs\OpenSSL-1.0.1e\lib" to "D:\otclient-msvc13-libs\OpenSSL-1.0.1e\lib\VC" Here there was a different error ... Below is the print:
Back
Top