I'm just about to write some code using SQLite from Visual Studio .NET under Win
XP. I am however, not sure how I go about linking the library.

The precompiled zip for Windows contains a .dll and a .def file. Most other
libraries have a .lib file for including in the linker options. I will try and
link only the .def but it doesn't seem to contain enough info for the linker to
know how to treat the .dll.

Furthermore, I need an sqlite.h to include in my source file. After downloading
the sources, all I could find was a sqlite.h.in. As I'm not familiar with Unix
building procedures, I'm not sure if this file is valid or whether it undergoes
some changes when make is run.

So basically, I'd be very grateful if anyone using SQLite on Windows could point
out how to link it and where to get hold of the correct sqlite.h.

Many thanks,
Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to