> When I try to recompile the shell.c file I get 4 errors, "unresolved 
> external" on:
> 
> Where can I find the sourcecode for these functions ?

> sqliteOsFileExists
os.h/os.c

> sqliteIsNumber
> sqliteStrICmp

> sqliteStrNiCmp

sqliteInt.h/util.c

All these files belong to a normal sqlite build. So these symbols should be
defined if you link your program correctly with the sqlite library...

  - Danny

--
Danny Reinhold 
Reinhold Software & Services



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

Reply via email to