Masaq- / Openspy-Core

Openspy Core
35 stars 12 forks source link

Includes Files not found - Windows 8 Compilation #4

Open prototype955 opened 10 years ago

prototype955 commented 10 years ago

Hello, Please, Help! I can not compile it, nor in VS 2012, nor in VS 2010. I compile on Windows 8.1, but VS does not find the file mysql/mysql.h, arpa/inet.h and other such files (I realized these files are used to compile on Unix systems).

gholol commented 9 years ago

Just download mysql connector...

prototype955 commented 9 years ago

It does not help. File "arpa/inet.h" still not.

gholol commented 9 years ago

Yeah, Windows uses different implementation of sockets, you have to use Winsock2.h, or save your time and compile it for linux (e.g under VM)

prototype955 commented 9 years ago

Thank you, problem solved, but now there's a lot of errors in "main.obj". 115