• 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 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

Code:
connection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ)
1>otpch.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ)
1>C:\forgottenserver-master\vc12\Release\theforgottenserver.exe : fatal error LNK1120: 2 unresolved externals

Please help how fix it? XD
 
Hey, please help:
1>Done Building Project "C:\forgottenserver-master\vc12\theforgottenserver.vcxproj" (Rebuild target(s)) -- FAILED.

Build FAILED.
 
The link of Visual Studio isn't working as well.
It's working. But should mention that the express don't to work on W7, had to find out the hard way..

EDIT: The express link in the OP is selected for 8.1, should mention that with the link.
 
Last edited:
It's working. But should mention that the express don't to work on W7, had to find out the hard way..

EDIT: The express link in the OP is selected for 8.1, should mention that with the link.

Yes it works on Windows 7. For it to work you have to install Service Pack 1.
 
Yes it works on Windows 7. For it to work you have to install Service Pack 1.
I have SP1 but it just said I needed a new version of Windows, so I checked the link and it said W8.1. Changed the selection and downloaded the one for W7.

The compiling was smooth and the guide was awesome, thanks! :)
 
5x8FDxj.png

Big error, help me, please.:(
 
PHP:
1>connection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAAEBVerror_category@12@XZ)
1>otpch.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAAEBVerror_category@12@XZ)
1>D:\forgottenserver-master\vc12\x64\Release\theforgottenserver.exe : fatal error LNK1120: 2 unresolved externals
Anyone? x64 version.
 
PHP:
1>connection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAAEBVerror_category@12@XZ)
1>otpch.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAAEBVerror_category@12@XZ)
1>D:\forgottenserver-master\vc12\x64\Release\theforgottenserver.exe : fatal error LNK1120: 2 unresolved externals
Anyone? x64 version.

Give more info.
 
Q: Can I compile with GUI?
A: TFS 1.0 does not have support for GUI as it is useless.

Is there anyway to manage console, reload files, say server commands without gui? I would really like the option to do this without having to log into the game.
 
Is there anyway to manage console, reload files, say server commands without gui? I would really like the option to do this without having to log into the game.

No it is not possible for now.
 
HELP ME!!!

1> wildcardtree.cpp
1>mpir_d.lib(assert.obj) : warning LNK4099: PDB 'mpir.pdb' was not found with 'mpir_d.lib(assert.obj)' or at 'C:\Users\Shevil\Desktop\forgottenserver-1.0\vc12\x64\Debug\mpir.pdb'; linking object as if no debug info
1>mpir_d.lib(errno.obj) : warning LNK4099: PDB 'mpir.pdb' was not found with 'mpir_d.lib(errno.obj)' or at 'C:\Users\Shevil\Desktop\forgottenserver-1.0\vc12\x64\Debug\mpir.pdb'; linking object as if no debug info
1>mpir_d.lib(memory.obj) : warning LNK4099: PDB 'mpir.pdb' was not found with 'mpir_d.lib(memory.obj)' or at 'C:\Users\Shevil\Desktop\forgottenserver-1.0\vc12\x64\Debug\mpir.pdb'; linking object as if no debug info
1>mpir_d.lib(mp_bpl.obj) : warning LNK4099: PDB 'mpir.pdb' was not found with 'mpir_d.lib(mp_bpl.obj)' or at 'C:\Users\Shevil\Desktop\forgottenserver-1.0\vc12\x64\Debug\mpir.pdb'; linking object as if no debug info
1>mpir_d.lib(mp_clz_tab.obj) : warning LNK4099: PDB 'mpir.pdb' was not found with 'mpir_d.lib(mp_clz_tab.obj)' or at 'C:\Users\Shevil\Desktop\forgottenserver-1.0\vc12\x64\Debug\mpir.pdb'; linking object as if no debug info
1>mpir_d.lib(mp_dv_tab.obj) : warning LNK4099: PDB 'mpir.pdb' was not found with 'mpir_d.lib(mp_dv_tab.obj)' or at 'C:\Users\Shevil\Desktop\forgottenserver-1.0\vc12\x64\Debug\mpir.pdb'; linking object as if no debug info
1>mpir_d.lib(mp_minv_tab.obj) : warning LNK4099: PDB 'mpir.pdb' was not found with 'mpir_d.lib(mp_minv_tab.obj)' or at 'C:\Users\Shevil\Desktop\forgottenserver-1.0\vc12\x64\Debug\mpir.pdb'; linking object as if no debug info
1>mpir_d.lib(tal-reent.obj) : warning LNK4099: PDB 'mpir.pdb' was not found with 'mpir_d.lib(tal-reent.obj)' or at 'C:\Users\Shevil\Desktop\forgottenserver-1.0\vc12\x64\Debug\mpir.pdb'; linking object as if no debug


and more buugg!
 
Back
Top