• 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]MSVC - Compiling TFS under Windows - EASY WAY!

- - - Updated - - -

Error 1 error LNK1181: cannot open input file 'lua51.lib' C:\Users\rodri_000\Downloads\forgottenserver-trunk.r5959\trunk.r5959\vc10\LINK tfs02
:c
FIXED:
just rename the life lua5.1.lib to lua51.lib... :)

- - - Updated - - -

I've got this problem too, did you get correct?

1>LINK : fatal error LNK1104: cannot open file 'iconv.lib'

help?
Tufte
do it
i take packman.exe that has the Stian's Repack Dev-u think he Cpp.rar on google.com
and copies it to the
and install iconv look the link here
http://devpaks.org/details.php?devpak=24
ready problem solved

Tufte
faça isso
pegue i packman.exe que tem no Stian's Repack Dev-Cpp.rar vc acha ele no google.com
e copia ele para
tester.JPG
e instale o iconv olha o link aqui
http://devpaks.org/details.php?devpak=24
pronto problema resolvido

GODViollator

baixe aqui
http://sourceforge.net/projects/boost/files/boost-binaries/1.44.0/
as libs necessarias
e as coloque em C:\Arquivos de programas\Microsoft Visual Studio 10.0\VC\lib
zzzzz.JPG

download here
http://sourceforge.net/projects/boos...naries/1.44.0/
the necessary libs
and place them in C: \ Program Files \ Microsoft Visual Studio 10.0 \ VC \ lib
 
Last edited:
MSVC 2012, TFS 1.0

Code:
1>------ Rebuild All started: Project: theforgottenserver, Configuration: Release x64 ------
1>  otpch.cpp
1>  Unknown compiler version - please run the configure tests and report the results
1>D:\Pobrane\Chrome\MsvcLibs_OpenSSL\include\boost/asio/detail/socket_types.hpp(31): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

There is no winsock2.h ;s
 
Call me stupid, but what does compiling mean, why do people do it and what is it used for?
 
Hello,
I got a problem.
VC 2010 shows me the following error:
Code:
1>------ Rebuild All started: Project: tfs, Configuration: Release Win32 ------
1>  otpch.cpp
1>C:\Users\Admin\Desktop\MsvcLibs_OpenSSL\include\libxml/xmlmemory.h(15): fatal error C1083: Cannot open include file: 'cstdio': No such file or directory
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
 
HELP
Error 1 error LNK1181: cannot open input file 'iconv.lib' C:\Users\Jakub\Desktop\TFS 0.4\src\vc10\LINK tfs
 
is there a way to make a sources compatible with MSVC?

Could you explain some more?

Source code is compatible with all compilers if it adhered to the standard and does not use any special compiler features.
 
i mean what i have to add to make the project support MSVC

If it is already a vcxproj then nothing. However if you are coming from DevCpp then create a new MSVC project and bring in all the files. You will have to get new libs and includes and you may encounter some problems but they should be easy to fix.
 
If it is already a vcxproj then nothing. However if you are coming from DevCpp then create a new MSVC project and bring in all the files. You will have to get new libs and includes and you may encounter some problems but they should be easy to fix.
what kind of problems?
 
fatal error C1083: Cannot open include file: 'initializer_list': No such file or directory
 
Back
Top