Greetings,
I'm new to sqlite. I'm trying to get it setup to work with the Borland
C++ 5.02 compiler. I've keyed in the sample program at
http://www.sqlite.org/quickstart.html
<http://www.sqlite.org/quickstart.html> and I keep getting "unresolved
externals" for _sqlite3_open, _sqlite3_exec, _sqlite3_close and
_sqlite3_errmsg.
I've rebuilt the DEF file, using the Borland IMPDEF program, and I'm
including the DEF file in the project.
I've tried a number of different option combinations and nothing seems
to be working.
If anyone has used sqlite with the Borland C++ 5.02 compiler I would
sure appreciate any pointers you can give. (BTW, that's the regular
compiler, not the Builder product).
TIA,
Paul