About Store Forum Documentation Contact



Post Reply 
SQL error after latest updates
Author Message
Rabishan Offline
Member

Post: #1
SQL error after latest updates
hi guys,

we use sqlite to store our game data. but after the may update of the esenthel, i get SQLITE errors. in the list of new features i saw some additions regarding SQL. this might have caused the errors.

thanks in advance.
06-03-2012 12:01 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #2
RE: SQL error after latest updates
What SQLite errors are you getting? the message string should return errors that occur.
(This post was last modified: 06-03-2012 12:07 PM by Zervox.)
06-03-2012 12:06 PM
Find all posts by this user Quote this message in a reply
Rabishan Offline
Member

Post: #3
RE: SQL error after latest updates
i get error while building the solution like:
EsenthelEngine.lib(sqlite3.obj) : error LNK2005: _sqlite3_compileoption_get already defined in Sqlite3.lib(sqlite3.obj)
06-03-2012 12:34 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #4
RE: SQL error after latest updates
strange, I do not encounter this error, have you tried clean solution?
06-03-2012 01:04 PM
Find all posts by this user Quote this message in a reply
Rabishan Offline
Member

Post: #5
RE: SQL error after latest updates
yes i cleaned solution. we used sqlite3 library previously and sqlite was working fine before update. and when i use the old version again everything is back to normal.
06-03-2012 01:24 PM
Find all posts by this user Quote this message in a reply
dylantan Offline
Member

Post: #6
RE: SQL error after latest updates
Thanks for the reply zervox. We updated the Sqlite and gotten the error. Unable to resolve the issues, we revert back to the old sql.
06-03-2012 01:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: SQL error after latest updates
what do you mean you updated the sqlite?
EE already has sqlite precompiled and linked in EE.lib, you should not include any sqlite libraries
06-03-2012 01:48 PM
Find all posts by this user Quote this message in a reply
Rabishan Offline
Member

Post: #8
RE: SQL error after latest updates
thanks for the help. Yes, it was because of the manual inclusion of sqlite library. we removed the library and its working fine now.
06-04-2012 04:48 AM
Find all posts by this user Quote this message in a reply
Post Reply