Using the lite-c demo files, I have GSTsqlite basically working but can get no output from the database using diag().
I keep getting the following errors in acklog.txt
GSTsqlite_CloseDatabase: function not found
GSTsqlite_CloseQuery: function not found
GSTsqlite_EOF: function not found
GSTsqlite_ExecuteQuery: function not found
GSTsqlite_GetFloat: function not found
GSTsqlite_GetInteger: function not found
GSTsqlite_GetString: function not found
GSTsqlite_NextRow: function not found
GSTsqlite_OpenDatabase: function not found.
It seems that the dll isn't loading or the function definitions are not loading correctly.
My main file aw.c loads the include files GSTsqlite.c but no go.
Any help out there for a lite-c newbie?????
We would be happy to donate to your continued programming efforts because you fill a real need.