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

Compiling TFS ERROR: Unknown sqlType

Drakos

Banned User
Joined
May 27, 2008
Messages
218
Reaction score
1
Location
Poland
I compiled TFS with TF Dev-Cpp v2.2!

Links:
Code:
-O1
-lboost_regex
-lboost_system
-lgmp
-lluasql_mysql
-lluasql_sqlite
-llua5.1
-lmysql
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s

C++ compiler:
Code:
-D__USE_MYSQL__
-D__USE_SQLITE__

It was ok until i opened .exe file. I saw error :
Testing SQL connection... > ERROR: Unknown sqlType... terminating!

Anyone could help me ?
thanks.
 
Back
Top