Answers to your queries -
- I am not packing the .pck file into the executible
- I have exported a zip file and all files are listed includeing the db file
- I have moved the text files and db file under res://
With the db file in the project directory and when creating the Windows exe, it creates four files - the exe file, the pck file, the sqlite library and the .db file but with a zero file length. I am getting no errors in the console window with the compile.
To make the program run, I am just copying the database file into the compile directory and all runs as expected. This means it is picking up other ini text files (needed to make it run).
How do we move this forward ? For distribution I am looking at the possibility of a third party windows install script/program to package all needed files. Any suggestions ?