• 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

mlekopan16

New Member
Joined
Sep 29, 2011
Messages
1
Reaction score
0
Hi guys.
I have got a problem and cannot resolve it in last 2 days.
Before, I had problem compiling on x64 - milions of errors in a console.
Swtiched to x86 - I couldn't find the

Code:
Error C1083 Cannot open include file: 'lua.hpp': No such file or directory
Error C1083 Cannot open include file: 'lua.cpp': No such file or directory

So I downloaded LuaJIT-2.0.5 and added to include directories in VS2019.

But now I have go only one missing file so far

Code:
Error    LNK1181    cannot open input file 'C:\Users\PC HP\Desktop\LuaJIT-2.0.5\src.obj'    otclient    C:\Users\PC HP\Desktop\otclient-master\vc14\LINK

I do not know here to find this file.
Does anyone can help me with this, please?
 
#include <luajit/lua.h>

try this in every include for lua .h or .cpp files. Tutorials are far out of date, so Im struggling with compiling also.
 
Back
Top