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

OpenTibia Dev-C++ 5.4.2 [Compiling]

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,767
Solutions
5
Reaction score
769
Hello,
This is (Dev-Cpp 5.4.2 MinGW 4.7.2 Setup)
Run & Install :)

The 64bit compiler will fully work op 32bit computers.

The 64bit compiler can do everything the 32bit compiler can, including creating 32bit executables.

The 64bit compiler can do stuff the 32bit compiler can't, like creating 64bit executables. It also comes with a lot more headers and libraries.


Also if you need those
C++:

-D__USE_MYSQL__
-D__USE_SQLITE__
-D__ENABLE_SERVER_DIAGNOSTIC__
-D__CONSOLE__
-O2

Linkers:

-lboost_system
-llua5.1
-lmysql
-lboost_regex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s
-lboost_filesystem
-lboost_thread
-lz
-lcryptopp
-leay32

Happy compiling :))

DOWNLOAD HERE
 
Approved

Link used is thru sourceforge, so i can't verify it permanently, but its the official group, so it should be ok
 
PS: this is just the DEV, you need to use the tfs libs and includes. This is just a newer version of the dev compiler
 
Where do I get libs? I want to compile 0.3.6
i have the .dev project with all the sources
I just have edited the server name and added a little feature.
 
Back
Top