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

Bad compile?

Cosmotonio

New Member
Joined
Nov 26, 2007
Messages
142
Reaction score
0
I had compiled the TFS revision 706(GUI) and my server dont have menu.
How i fix my compilation?
Help! please...

Type:
Code:
Win32GUI


c++:
Code:
-D__USE_MYSQL__
-D__USE_SQLITE__

linkers:
Code:
-lxml2.dll
-lmysql
-lsqlite3
-lluasql_mysql
-lluasql_sqlite
-llua5.1
-lboost_system
-lboost_regex
-lws2_32
-lgmp
-lmswsock
-O1
-s
 
Last edited:
You must select "Support Windows XP Themes" on the general options.

Incorrect. You have to include gui_resources.rc in your project in order for the Win32 GUI menu to work.
 
ForgottenServer_private.rc is needed to the server work correctly?
 
Last edited:
The file is created after compile is complete.
Read what talaturen said, you need gui_resources added to project!
 
Back
Top