• 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 OTClient's latest source with Microsoft Visual Studio 2013.

New error

Error 1 error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' D:\otclient-master\vc12\libboost_chrono-vc120-mt-1_55.lib(chrono.obj) otclient

I guess the library are only for 32bit?
 
Last edited:
New error

Error 1 error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' D:\otclient-master\vc12\libboost_chrono-vc120-mt-1_55.lib(chrono.obj) otclient

I guess the library are only for 32bit?

do someone already compiled under 64 bit windows?
 
do someone already compiled under 64 bit windows?

There is no real need to compile this in x64 this is why I did not make anything for it but yes it is possible, just make sure you have x64 libs.
 
I get this error:
Code:
1>  modulemanager.cpp
1>d:\otstuff\otclient-master\src\framework\sound\declarations.h(30): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "al.h": No such file or directory (..\src\framework\core\graphicalapplication.cpp)
1>  resourcemanager.cpp
1>  scheduledevent.cpp
1>  timer.cpp
========== Alles neu erstellen: 0 erfolgreich, 1 fehlerhaft, 0 übersprungen ==========

what did i do wrong?
 
I get this error:
Code:
1>  modulemanager.cpp
1>d:\otstuff\otclient-master\src\framework\sound\declarations.h(30): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "al.h": No such file or directory (..\src\framework\core\graphicalapplication.cpp)
1>  resourcemanager.cpp
1>  scheduledevent.cpp
1>  timer.cpp
========== Alles neu erstellen: 0 erfolgreich, 1 fehlerhaft, 0 übersprungen ==========

what did i do wrong?

Where you added the include directories add the one that points dirrectlty to .../OpenAL/include/AL
 
Nevermind dude i fixed all my Problems now it was just a Pathfinding issue
 
Last edited:
Yes recently they where changed. I'll update the tutorial, better yet @conde2 it would be great if you left the directories like they where, see your changes here :p
 
I have changed it because not everyone have a D:/ directory but I believe 99% windows users have a C:/ directory
 
Code:
Fix: Just change library directory from
"D:\otclient-msvc13-libs\OpenSSL-1.0.1e\lib"
to
"D:\otclient-msvc13-libs\OpenSSL-1.0.1e\lib\VC"

Here there was a different error ...
Below is the print:
33bgxzs.png
 
Last edited:
Back
Top