• 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 TFS 0.3.6 Error Compiling

Aldo Axel

New Member
Joined
Jul 14, 2014
Messages
70
Reaction score
4
Regards OTlanders, i am looking for my solution when compiling my TFS 0.3.6 Protocol 8.6, these are the errors that it gives me:
Code:
1>  luascript.cpp
1>..\luascript.cpp(767): error C2039: 'string' : no es un miembro de 'std::basic_string<_Elem,_Traits,_Ax>'
1>          with
1>          [
1>              _Elem=char,
1>              _Traits=std::char_traits<char>,
1>              _Ax=std::allocator<char>
1>          ]
Also gave me error in the archives: scriptmanager.cpp & scriptmanager.h, but it does not appear in the list of errors...
I followed this tutorial: [Compiling]MSVC - Compiling TFS under Windows - EASY WAY!
if it is necessary to pass the source files, please ask me.
 
Back
Top