You are most likely linking with the sqlite DLL. The symbols exported don't include 
those.

The easy solution is just to include all sqlite source files to you project (and 
offcourse not linking to the sqlite lib).

Another one is adding those functions to "sqlite.def" and rebuild the DLL.

Regards,
~Nuno Lucas

=== On 2004-01-06, Hennie Peters wrote ===
..
>
>I tried to add the file os.c to the project. Even then this error occurs.
>
>groet,
>Hennie


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

Reply via email to