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

Windows VS 2013 / Server Compilation problem

slayter

New Member
Joined
Mar 19, 2009
Messages
1
Reaction score
0
Hi everyone, I've been struggling with compilation of the server files in VS13 pointlessly.

I've looked all over the Tutorial sections to get some answers regarding my problem, but I was unsuccessful.
Straight to the point, there is loads of tutorials on how to compile a server in Dev-cpp, but none describing how I can do it in VS.

I've managed to link all the files, added all the necessary libraries and swapped the Boost Lib for the one that is compatible with VS13.

Code:
database.h(63): fatal error C1189: #error :  "You have to compile with at least one database driver!"
tools.h(100): error C2556: 'int32_t round(float)' : overloaded function differs only by return type from 'float round(float) throw()'
gui.cpp(25): error C2664: 'BOOL AppendMenuW(HMENU,UINT,UINT_PTR,LPCWSTR)' : cannot convert argument 4 from 'const char [13]' to 'LPCWSTR'

Those are examples of the errors I get whilst trying to compile.

I'm using this Crying Damson TFS 8.54 Files.

So if there is anyone who can help me to get over this BS, please do!
Cheers
 

Similar threads

Back
Top