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

Search results

  1. G

    [help] compiling

    D:/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)': D:/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type In file included from ../sources...
  2. G

    Compiling Help

    D:/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)': D:/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type In file included from ../sources...
  3. G

    How to compiler TFS 0.3.3

    C++ witch use? ex: -D__USE_MYSQL__ -D__USE_SQLITE__ -D__CONSOLE__ and linker? ex: -O1 -lboost_system -lboost_regex -lboost_thread -lgmp -llua5.1 -lmysql -lsqlite3 -lwsock32 -llibxml2 -lws2_32 -lstdc++ -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -luser32...
  4. G

    Compiling Problem compiling TFS 0.3b1pl2

    -D__USE_MYSQL__ -D__USE_SQLITE__ -D__CONSOLE__ -O1 -lboost_system -lgmp -llua5.1 -lmysql -lboost_regex -lsqlite3 -lwsock32 -lxml2 -lws2_32 -lstdc++ -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -lgdi32 -luser32 -lkernel32 -shell32 -s with DEV-cpp I can't build GUI :( what should I use?
Back
Top