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

Errors while compiling with v140_xp or COMPATIBILITY help

GhostWD

I'm in love with the var_dump()
Joined
Jan 25, 2009
Messages
185
Solutions
6
Reaction score
29
Hello i have got problem during compilation of OTClient while using v140_xp toolset (i'm using VS2015)


Code:
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\spritemanager.cpp)
1>  thingtype.cpp
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\statictext.cpp)
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\thing.cpp)
1>  thingtypemanager.cpp
1>  tile.cpp
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\thingtypemanager.cpp)
1>  towns.cpp
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\tile.cpp)
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\thingtype.cpp)
1>  uicreature.cpp
1>  uiitem.cpp
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\towns.cpp)
1>  uimap.cpp
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\uiitem.cpp)
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\uicreature.cpp)
1>  uimapanchorlayout.cpp
1>  uiminimap.cpp
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\uimap.cpp)
1>  uiprogressrect.cpp
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\uimapanchorlayout.cpp)
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\uiminimap.cpp)
1>  uisprite.cpp
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\uiprogressrect.cpp)
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\uisprite.cpp)
1>c:\users\w\desktop\docs\serv\otclient-34e2fa1d49fd1fb7f53ee3b0016625a826dae64b\otclient-master\src\framework\stdext/compiler.h(27): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory (compiling source file ..\src\client\outfit.cpp)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========


Any Solution, Help, Advice?
 
Or maybe can someone compile for me otc that will be compatible with xp? Cause when i compiled it with 140 VS17 AND VS15 release32 on win7 the otc's saying on xp that otc is "invalid win32 application"
 
So how can I make it compatibile with xp? Some players have strange errors even when not using xp...
 
So how can I make it compatibile with xp? Some players have strange errors even when not using xp...
what windows version are you compiling on?
why do you need the xp toolset, you don't have a modern version of windows?
 
Have you even read what i posted? some players getting errors like wsod or "invalid win32 application" i'm compiling it on 7. Normal otclient build from builds thread is ok with xp but my compilation not... HELP?
 
Bump. Can anyone help me with compatibility of otclient? I can run otc build on XP but I can't run my compiled otc on XP, sometimes players have even problems to run it on 7 saying MISSING FILE vcruntime140.dll even when they downloaded vc_redist or they laying to me... Any sugestion?
 
Back
Top