> You did you manage to implement new UDFs if you are not a C programmer?
I forgot to say that the actual callback functions (the actual code that performs the manipulations) is not in SQLite, but in that ActiveX dll. RBS On Tue, Dec 8, 2015 at 10:09 PM, Richard Hipp <drh at sqlite.org> wrote: > On 12/8/15, Bart Smissaert <bart.smissaert at gmail.com> wrote: > > Having a problem where 2 UDF's in one SQL cause a crash in my application > > (Excel) > > originating from SQLite. This is on Windows 7 with the latest SQLite > > version. > > I have a sqlite3.dll compiled with these compiler options: > > > > -DSQLITE_DEBUG > > -DSQLITE_MEMDEBUG > > -DSQLITE_OMIT_LOOKASIDE > > > > I can run PRAGMA vdbe_debug = 1 > > > > But how do I see now any useful debugging information that could make me > > understand > > this crash? I am not a C programmer. Is there an option somewhere to > dump a > > log file? > > The "PRAGMA vdbe_debug=ON;" command should give you copious amounts of > debugging information on standard output. Does it not? > > You did you manage to implement new UDFs if you are not a C programmer? > > -- > D. Richard Hipp > drh at sqlite.org > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users >