Re: [sqlite] Having issues Loading an external

2007-09-25 Thread eric higashino
I cant find the type decleration for sqlite3_api_routines type. I greped the sqlite source directory and couldnt find a definition of it. Do you think this is the reason why I am getting a syntax error? On 9/25/07, eric higashino <[EMAIL PROTECTED]> wrote: > > I have tried this

Re: [sqlite] Having issues Loading an external

2007-09-25 Thread eric higashino
w.sqlite.org/cvstrac/wiki?p=LoadableExtensions > > You could add such a function that calls > > sqlite3RegisterExtraFunctions(sqlite3*). > > --- eric higashino <[EMAIL PROTECTED]> wrote: > > I am running sqlite 3.4.2 and I am trying to get the > extension_functions.c > > extenstion t

[sqlite] Having issues Loading an external

2007-09-24 Thread eric higashino
I am running sqlite 3.4.2 and I am trying to get the extension_functions.c extenstion to work. I have followed the directions: How To Build a Loadable Extension Shared Library on Linux 0. untar latest sqlite3 source code in a new directory 1. cd to the newly untarred sqlite directory 2. Commen