Re: [Harbour] SQLite 2/3

2008-06-04 Thread Szakáts Viktor
Thanks Petr, you're now added. Welcome! Brgds, Viktor On 2008.06.04., at 16:23, Petr Chornyj wrote: Szakáts Viktor wrote: So, if you have an sf.net ID, I'd gladly add you to the developer list. Hi Viktor, my sf.net ID is petr_ch Regards Petr -- View this message in context: ht

Re: [Harbour] SQLite 2/3

2008-06-04 Thread Petr Chornyj
Szakáts Viktor wrote: > > > So, if you have an sf.net ID, I'd gladly add > you to the developer list. > > Hi Viktor, my sf.net ID is petr_ch Regards Petr -- View this message in context: http://www.nabble.com/SQLite-2-3-tp17585333p17647976.html Sent from the Harbour - Dev mailing li

Re: [Harbour] SQLite 2/3

2008-06-04 Thread Szakáts Viktor
Hi Petr, Sorry, I forgot to check if you have R/W access for Harbour SVN to be able to access your own work here, but I see you don't. So, if you have an sf.net ID, I'd gladly add you to the developer list. Brgds, Viktor On 2008.06.01., at 17:02, Petr Chornyj wrote: Szakáts Viktor wrote:

Re: [Harbour] SQLite 2/3

2008-06-01 Thread Szakáts Viktor
Thanks Petr, that solved it. Brgds, Viktor On 2008.06.01., at 17:02, Petr Chornyj wrote: Szakáts Viktor wrote: I got GPFs however when trying sqlite3_test, so some things might not be perfect yet. Hi, Viktor In hbsqlit3.c pls replace #include "sqlite3ext.h" SQLITE_EXTENSION_INIT1 /

Re: [Harbour] SQLite 2/3

2008-06-01 Thread Petr Chornyj
Szakáts Viktor wrote: > > > I got GPFs however when trying sqlite3_test, > so some things might not be perfect yet. > > Hi, Viktor In hbsqlit3.c pls replace #include "sqlite3ext.h" SQLITE_EXTENSION_INIT1 //SQLITE_EXTENSION_INIT2(v) => #include "sqlite3.h" //SQLITE_EXTENSION_INIT1 //SQ

Re: [Harbour] SQLite 2/3

2008-06-01 Thread Petr Chornyj
Szakáts Viktor wrote: > > > I got GPFs however when trying sqlite3_test, > so some things might not be perfect yet. > > Hi, Viktor In hbsqlit3.c pls replace #include "sqlite3ext.h" SQLITE_EXTENSION_INIT1 //SQLITE_EXTENSION_INIT2(v) => #include "sqlite3.h" //SQLITE_EXTENSION_INIT1 //SQ

[Harbour] SQLite 2/3

2008-06-01 Thread Szakáts Viktor
Hi folks, I've uploaded hbsqlit2 and hbsqlit3 here: http://www.syenar.hu/harbour/hbsqlit2.zip http://www.syenar.hu/harbour/hbsqlit3.zip They've been shaped to work the same way as all our contrib. SQLite code is embedded for both. Notice however, that the foreign code has lots of warnings under