Hi! After the compiling the .exe file dont want to open. No error msg or anything. Anyone have any ideas how to fix it? Thanks 
I used this guide to compile: http://otland.net/f479/compiling-windows-how-set-up-compiler-noob-friendly-tutorial-193878/
But I needed to change linkers to get it work.
First I use this Linkers:
Then I get errors and I changed to this Linkers:
The compiling succeded! but theforgottenserver.exe dont work. When I double click on it nothing happens.
Thanks!
I used this guide to compile: http://otland.net/f479/compiling-windows-how-set-up-compiler-noob-friendly-tutorial-193878/
But I needed to change linkers to get it work.
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__ENABLE_SERVER_DIAGNOSTIC__
-02
First I use this Linkers:
-lboost_system
-llua5.1
-llua51
-lmysql
-lboost_regex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s
-lboost_filesystem
-lboost_thread
-lz
-lcryptopp
-leay32
Then I get errors and I changed to this Linkers:
-lboost_system
-llua5.1
-llua51
-lmysql
-lboost_regex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s
-lboost_filesystem
-lboost_thread
-lz
-lcryptopp
-leay32
-lgmp
"../../Stian's Repack Dev-Cpp v2/lib/libws2_32.a"
The compiling succeded! but theforgottenserver.exe dont work. When I double click on it nothing happens.
Thanks!
Last edited: