ForgottenNot
Member
- Joined
- Feb 10, 2023
- Messages
- 175
- Reaction score
- 14
Hello I have found this repository which have cast system for tfs 1.3/1.4 GitHub - Fablow77/TFS-CastSystem: Credits to dj-slavi-tfs team otland.net (https://github.com/Fablow77/TFS-CastSystem)
I have added many things into my source trying to merge or adapt this rpeo with mine
i have passed almost every compiling error till i got this at the end, and don't know what to do with this errors messages
can somebody lend me a hand please?
[/CODE]
I have added many things into my source trying to merge or adapt this rpeo with mine
i have passed almost every compiling error till i got this at the end, and don't know what to do with this errors messages
can somebody lend me a hand please?
Lua:
[CODE=lua]1>xtea.cpp
1>luascript.obj : error LNK2001: símbolo externo "private: void __cdecl ProtocolGame::writeToOutputBuffer(class NetworkMessage const &)" (?writeToOutputBuffer@ProtocolGame@@AEAAXAEBVNetworkMessage@@@Z) sin resolver
1>otserv.obj : error LNK2001: símbolo externo "public: __cdecl ProtocolSpectator::ProtocolSpectator(class std::shared_ptr<class Connection>)" (??0ProtocolSpectator@@QEAA@V?$shared_ptr@VConnection@@@std@@@Z) sin resolver
1>protocolgame.obj : error LNK2001: símbolo externo "public: void __cdecl ProtocolSpectator::onLiveCastStop(void)" (?onLiveCastStop@ProtocolSpectator@@QEAAXXZ) sin resolver
1>C:\Users\felip\Documents\GitHub\pro-ot\vc17\x64\Release\theforgottenserver-x64.exe : fatal error LNK1120: 3 externos sin resolver
1>Compilación del proyecto "theforgottenserver.vcxproj" terminada -- ERROR.
========== Recompilación: 0 correctos, 1 dieron error, 0 omitidos ==========