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

OTClient problem Visual Studio Community

xlucha

New Member
Joined
Nov 4, 2012
Messages
44
Reaction score
3
Hi
I downloaded
Visual Studio Community 2017

I trying compile OTClient. I use this tutorial.
I use Boost 1_62_0 and otclient-sdk-master
Look
on end i have error

LNK1104 Can't open file „libboost_thread-vc140-mt-gd-1_62.lib” otclient E:\wszystko ots\OTClient\otclient-master\otclient-master\vc14\LINK 1

anyone help to fix this?
 
Last edited:
I try install vs2015 but i have many errors. i don't know why. i use win10 now i downloading win7 i try on win 7
 
I try install vs2015 but i have many errors. i don't know why. i use win10 now i downloading win7 i try on win 7
I and everybody that helped me only managed to compile with VS2015 and win32 (x86), you get tons of warnings anyway, but no error.
 
Ok i reinstall windows, install vs2015 with no problem. but i have alltime this error
1>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc140-mt-s-1_63.lib'
i try with boost 1_62_0 and 1_63_0 and nothing.
I move folder boost 1_63_0 to c:\local\1_63_0 and still this error
i execute bootstrap and b2 and bjam.
i have Environment Variables
0c4ce31757110.png


someone can help?
 
ok i install fresh windows 7 sp1 ultimate, next VS2015, install libs and look:

Code:
>------ Build started: Project: otclient, Configuration: Release Win32 ------
1>  animatedtext.cpp
1>  animator.cpp
1>  client.cpp
1>  container.cpp
1>  creature.cpp
1>  creatures.cpp
1>  effect.cpp
1>  game.cpp
1>  houses.cpp
1>  item.cpp
1>  itemtype.cpp
1>  lightview.cpp
1>  localplayer.cpp
1>  luafunctions.cpp
1>  luavaluecasts.cpp
1>  map.cpp
1>  mapio.cpp
1>  mapview.cpp
1>  minimap.cpp
1>  missile.cpp
1>  outfit.cpp
1>  player.cpp
1>  protocolcodes.cpp
1>  protocolgame.cpp
1>  protocolgameparse.cpp
1>  protocolgamesend.cpp
1>  shadermanager.cpp
1>  spritemanager.cpp
1>  statictext.cpp
1>  thing.cpp
1>  thingtype.cpp
1>  thingtypemanager.cpp
1>  tile.cpp
1>  towns.cpp
1>  uicreature.cpp
1>  uiitem.cpp
1>  uimap.cpp
1>  uimapanchorlayout.cpp
1>  uiminimap.cpp
1>  uiprogressrect.cpp
1>  uisprite.cpp
1>  adaptativeframecounter.cpp
1>  application.cpp
1>  asyncdispatcher.cpp
1>  binarytree.cpp
1>  clock.cpp
1>  config.cpp
1>  configmanager.cpp
1>  eventdispatcher.cpp
1>  filestream.cpp
1>  graphicalapplication.cpp
1>  logger.cpp
1>  module.cpp
1>  modulemanager.cpp
1>  resourcemanager.cpp
1>  scheduledevent.cpp
1>  timer.cpp
1>  event.cpp
1>  animatedtexture.cpp
1>  apngloader.cpp
1>  bitmapfont.cpp
1>  cachedtext.cpp
1>  coordsbuffer.cpp
1>  fontmanager.cpp
1>  framebuffer.cpp
1>  framebuffermanager.cpp
1>  graphics.cpp
1>  hardwarebuffer.cpp
1>  image.cpp
1>  painter.cpp
1>  paintershaderprogram.cpp
1>  particle.cpp
1>  particleaffector.cpp
1>  particleeffect.cpp
1>  particleemitter.cpp
1>  particlemanager.cpp
1>  particlesystem.cpp
1>  particletype.cpp
1>  shader.cpp
1>  shaderprogram.cpp
1>  texture.cpp
1>  texturemanager.cpp
1>  painterogl.cpp
1>  painterogl1.cpp
1>  painterogl2.cpp
1>  mouse.cpp
1>  lbitlib.cpp
1>  luaexception.cpp
1>  luainterface.cpp
1>  luaobject.cpp
1>  luavaluecasts.cpp
1>  luafunctions.cpp
1>  connection.cpp
1>  inputmessage.cpp
1>  outputmessage.cpp
1>  protocol.cpp
1>  protocolhttp.cpp
1>  server.cpp
1>  otmldocument.cpp
1>  otmlemitter.cpp
1>  otmlexception.cpp
1>  otmlnode.cpp
1>  otmlparser.cpp
1>  platform.cpp
1>  platformwindow.cpp
1>  win32crashhandler.cpp
1>  win32platform.cpp
1>  win32window.cpp
1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\imagehlp.h(1873): warning C4091: 'typedef ': ignored on left of '' when no variable is declared (compiling source file ..\src\framework\platform\win32crashhandler.cpp)
1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\imagehlp.h(3519): warning C4091: 'typedef ': ignored on left of '' when no variable is declared (compiling source file ..\src\framework\platform\win32crashhandler.cpp)
1>  combinedsoundsource.cpp
1>  oggsoundfile.cpp
1>  soundbuffer.cpp
1>  soundchannel.cpp
1>  soundfile.cpp
1>  soundmanager.cpp
1>  soundsource.cpp
1>  streamsoundsource.cpp
1>  demangle.cpp
1>  math.cpp
1>  net.cpp
1>  string.cpp
1>  time.cpp
1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\dbghelp.h(1544): warning C4091: 'typedef ': ignored on left of '' when no variable is declared (compiling source file ..\src\framework\stdext\demangle.cpp)
1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\dbghelp.h(3190): warning C4091: 'typedef ': ignored on left of '' when no variable is declared (compiling source file ..\src\framework\stdext\demangle.cpp)
1>  uianchorlayout.cpp
1>  uiboxlayout.cpp
1>  uigridlayout.cpp
1>  uihorizontallayout.cpp
1>  uilayout.cpp
1>  uimanager.cpp
1>  uiparticles.cpp
1>  uitextedit.cpp
1>  uitranslator.cpp
1>  uiverticallayout.cpp
1>  uiwidget.cpp
1>  uiwidgetbasestyle.cpp
1>  uiwidgetimage.cpp
1>  uiwidgettext.cpp
1>  color.cpp
1>  crypt.cpp
1>  tinystr.cpp
1>  tinyxml.cpp
1>  tinyxmlerror.cpp
1>  tinyxmlparser.cpp
1>  main.cpp
1>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc140-mt-s-1_63.lib'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

i eat myself
 
Last edited:
1>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc140-mt-s-1_63.lib'

Check if you have the file and stop eating yourself!
 
ok i solved the error. i had wrong boost. i do tutorial if I have some time. THX all for help
 
Back
Top