----- Original Message ----- From: "Robert Simpson" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Wednesday, May 24, 2006 7:32 AM
Subject: Re: [sqlite] Extra functions - New Project?



Here's the easiest way I can think of:

Add one more exported function in sqlite3 called sqlite3_open_ex() which will call sqlite3_open() and then afterwards automatically register your new functions with the sqlite3_create_function() API's.

Robert

Add one more thing to that step: Fix sqlite3.def so that sqlite3_open_ex() is exported as sqlite3_open() so Finisar and everyone else using the DLL will end up calling the ex() function automagically.



Reply via email to