Hello to you I am a new user. I downloaded the wrsqlit3 project files and was pleased to find the included exe file ran and worked as might be expected. When I tried to compile it with my new Pelles C version 6.00.4, the compile does not work and displays the following:-
Building main.obj.
Building main.res.
Building wrsqlit3.exe.
POLINK: error: Unresolved external symbol '_sqlite3_open@8'.
POLINK: error: Unresolved external symbol '_sqlite3_close@4'.
POLINK: error: Unresolved external symbol '_sqlite3_malloc@4'.
POLINK: error: Unresolved external symbol '_sqlite3_exec@20'.
POLINK: error: Unresolved external symbol '_sqlite3_free@4'.
POLINK: error: Unresolved external symbol '_sqlite3_errcode@4'.
POLINK: error: Unresolved external symbol '_sqlite3_errmsg@4'.
POLINK: fatal error: 7 unresolved external(s).
*** Error code: 1 ***
Done.
In hope you might be able to help? I have been using PowerBasic to successfully work on SQLite3. Now I am retired I want to relearn the C language.
Thanks David