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
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
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:
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
/
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
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
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