wysota, do i have to install a SQLite database in every computer i want to run the game ?
wysota, do i have to install a SQLite database in every computer i want to run the game ?
Thanks a lot wysota,
i took a look at http://www.sqlite.org/cvstrac/wiki?p=TheAmalgamation and all we need to do is copy the amalgamation into your source directory and compile it together with your other source files
Palma
I have no idea what Amalgamation is, but Qt comes with an SQLite driver, so you shouldn't need to copy/compile anything.
ok, by the way how do we save de sqlite bd in disk?
i already know one way : The SQLite library includes a simple command-line utility named sqlite3, and we can use it to create a new database
nagpalma (3rd July 2007)
Since you are working on a game you might want to consider using plain .zip files ( .pak files) which Doom used already
It is a common technique used in game programming.
"If you lie to the compiler, it will get its revenge." - Henry Spencer
Bookmarks