MonaSolutions/MonaServer

VS2017 Compilation fails due to OpenSSL & LuaJIT

al-sabr opened this issue · 5 comments

I get this error now

image

How do I include those 2 projects in Windows VS Community?

I was able to compile luajit 2 with Visual Studio Command Line

image

Severity Code Description Project File Line Suppression State
Error LNK1104 cannot open file 'libeay32MTd.lib' MonaServer D:\programming\c++\MonaServer\MonaServer\LINK 1

image

I was able to compile everything but when I try to debug the main .exe
I get the error that lua51.dll is not found.

image

OK I copied the .dll in the Windows/SysWOW64 and it works

Linked with #69 #70