Rabishan
Member
|
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 |
|
Zervox
Member
|
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 |
|
Rabishan
Member
|
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 |
|
Zervox
Member
|
RE: SQL error after latest updates
strange, I do not encounter this error, have you tried clean solution?
|
|
06-03-2012 01:04 PM |
|
Rabishan
Member
|
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 |
|
dylantan
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
Rabishan
Member
|
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 |
|