• 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 [Solved]Code::Blocks TFS Compiling Error

Wiw3K

New Member
Joined
Apr 16, 2008
Messages
371
Reaction score
3
Hello, i've got a little error, fixed like 100 of them lol, but now i've got one that i can't fix ...

C:\...\databasesqlite.cpp||In member function 'DBResult* DatabaseSQLite::storeQuery(const std::string&)':|
C:\...\databasesqlite.cpp|144|error: cannot convert 'SQLiteResult*' to 'DBResult*' in initialization|
||=== Build finished: 1 errors, 0 warnings ===|

thats what i get o_O

Code is :
Code:
	DBResult* result = new SQLiteResult(stmt);
	return verifyResult(result);
144 line in databasesqlite.cpp

Thanks.

-edit-
no idea what happened, cleaner solution -> changed it to release and compiles fine!! nvm :)
 
Last edited:
Back
Top