RE: [sqlite] Problem creating extension for use with load_extension

2007-11-12 Thread Bob Dankert
Nuno Lucas wrote > Seems like you didn't enable the extension loading mechanism. It > defaults to disabled for security reasons. > > Check the wiki page about the SQLITE_OMIT_LOAD_EXTENSION define: > * http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions I have been using the precompiled sql

Re: [sqlite] Problem creating extension for use with load_extension

2007-11-10 Thread Nuno Lucas
On Nov 9, 2007 10:19 PM, Bob Dankert <[EMAIL PROTECTED]> wrote: > First off, I would like to say that although I have a lot of experience > with programming, most of it is in C#/Java and I do not have a lot of > experience with C++, although I have been working with SQLite for years. > I am attempt

[sqlite] Problem creating extension for use with load_extension

2007-11-09 Thread Bob Dankert
First off, I would like to say that although I have a lot of experience with programming, most of it is in C#/Java and I do not have a lot of experience with C++, although I have been working with SQLite for years. I am attempting to create my own extension to use with SQLite but am having problems