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

Recent content by reges31

  1. R

    [Compiling]MSVC - Compiling TFS under Windows - EASY WAY!

    Hey guys, if you use Visual Studio 2012 express for Desktop you will be able to generate 64 bits code as it comes with x64 cl compiler. I recommend you to download the ISO: http://go.microsoft.com/?linkid=9816768.
  2. R

    Release to Libraries relation Information

    Well, as nobody had ask my question I will tell what problem was happening and why I think it was happening. I had a fully compiled version of tfs-0.3.6pl1 adapted for 8.60 protocol. The libraries x version is bellow: boost 1.52 (multi threaded, static) libiconv 1.13.1 mysql connector 6.0.2...
  3. R

    Infinite Loop on Load Items (Items.cpp) of tfs 0.3.6pl1 for MSVC

    Hello guy, There is one infinite loop on the function Items:: parseItems at line: 1191 of items.cpp. It seems like one workaround to compile with MSVC as it wont compile code with more than 128 if..else if sentences. The code is: ... #ifndef _MSC_VER else if(tmpStrValue ==...
  4. R

    Release to Libraries relation Information

    Hi guys ^^ I am pretty new in this world of ot server compiling. And since I got lot of builds successfully compiled but crashing at runtime I came out with the idea that the problem may be on some library implementation in which differ in some way from that expected from the servers...
Back
Top Bottom